Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
2cff3f4e
"test/git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "d18c4872276d553670b231f03ea5fd06a5fef176"
Commit
2cff3f4e
authored
Mar 17, 2018
by
Davis King
Browse files
Added a note about disabling LTO
parent
594fa8c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
tools/python/CMakeLists.txt
tools/python/CMakeLists.txt
+5
-0
No files found.
tools/python/CMakeLists.txt
View file @
2cff3f4e
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment