aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Schnerch <(null)>2017-03-20 13:24:30 +0100
committerChristoph Schnerch <(null)>2017-03-20 13:24:30 +0100
commit33f3cfdec0b441371882df7227e3c91f7fef4650 (patch)
tree22c9f57bd058651b83490a5701d39413794f0d4f
parentMerge pull request #1896 (diff)
downloadmonero-33f3cfdec0b441371882df7227e3c91f7fef4650.tar.xz
set USE_LTO_DEFAULT to false
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8fbceeeb5..81b25e5c4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -559,7 +559,7 @@ else()
endif()
if(NOT DEFINED USE_LTO_DEFAULT)
- set(USE_LTO_DEFAULT true)
+ set(USE_LTO_DEFAULT false)
endif()
set(USE_LTO ${USE_LTO_DEFAULT} CACHE BOOL "Use Link-Time Optimization (Release mode only)")