Skip to content

Commit

Permalink
Merge pull request #1901
Browse files Browse the repository at this point in the history
33f3cfd set USE_LTO_DEFAULT to false (Christoph Schnerch)
  • Loading branch information
fluffypony committed Mar 21, 2017
2 parents 4b34531 + 33f3cfd commit 72f38bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)")

Expand Down

0 comments on commit 72f38bc

Please sign in to comment.