"test/git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "d18c4872276d553670b231f03ea5fd06a5fef176"
Commit 2cff3f4e authored by Davis King's avatar Davis King
Browse files

Added a note about disabling LTO

parent 594fa8c7
......@@ -5,6 +5,11 @@ set(USE_SSE4_INSTRUCTIONS ON CACHE BOOL "Use SSE4 instructions")
# Make DLIB_ASSERT statements not abort the python interpreter, but just return an error.
add_definitions(-DDLIB_NO_ABORT_ON_2ND_FATAL_ERROR)
# Set this to disable link time optimization. The only reason for
# doing this to make the compile faster which is nice when developing
# new modules.
#set(PYBIND11_LTO_CXX_FLAGS "")
# Avoid cmake warnings about changes in behavior of some Mac OS X path
# variable we don't care about.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment