mirror of
https://github.com/monero-project/monero.git
synced 2026-08-01 16:37:48 -07:00
set USE_LTO_DEFAULT to false
This commit is contained in:
+1
-1
@@ -559,7 +559,7 @@ else()
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT DEFINED USE_LTO_DEFAULT)
|
if(NOT DEFINED USE_LTO_DEFAULT)
|
||||||
set(USE_LTO_DEFAULT true)
|
set(USE_LTO_DEFAULT false)
|
||||||
endif()
|
endif()
|
||||||
set(USE_LTO ${USE_LTO_DEFAULT} CACHE BOOL "Use Link-Time Optimization (Release mode only)")
|
set(USE_LTO ${USE_LTO_DEFAULT} CACHE BOOL "Use Link-Time Optimization (Release mode only)")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user