set USE_LTO_DEFAULT to false

pull/95/head
Christoph Schnerch 7 years ago
parent 73e8510717
commit 33f3cfdec0

@ -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)")

Loading…
Cancel
Save