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
46052db0
"docs/source/api/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "78fa316aee6f9fe1f158659a61a8626fc14df58a"
Commit
46052db0
authored
Apr 28, 2018
by
Davis King
Browse files
Turn LTO back on.
parent
6980697a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tools/python/CMakeLists.txt
tools/python/CMakeLists.txt
+1
-1
No files found.
tools/python/CMakeLists.txt
View file @
46052db0
...
@@ -6,7 +6,7 @@ set(USE_SSE4_INSTRUCTIONS ON CACHE BOOL "Use SSE4 instructions")
...
@@ -6,7 +6,7 @@ set(USE_SSE4_INSTRUCTIONS ON CACHE BOOL "Use SSE4 instructions")
# Set this to disable link time optimization. The only reason for
# Set this to disable link time optimization. The only reason for
# doing this to make the compile faster which is nice when developing
# doing this to make the compile faster which is nice when developing
# new modules.
# new modules.
set
(
PYBIND11_LTO_CXX_FLAGS
""
)
#
set(PYBIND11_LTO_CXX_FLAGS "")
# Avoid cmake warnings about changes in behavior of some Mac OS X path
# Avoid cmake warnings about changes in behavior of some Mac OS X path
...
...
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