1
0
Fork 0
mirror of https://git.wownero.com/wownero/wownero.git synced 2024-08-15 01:03:23 +00:00

set USE_LTO_DEFAULT to false

This commit is contained in:
Christoph Schnerch 2017-03-20 13:24:30 +01:00
parent 73e8510717
commit 33f3cfdec0

View file

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