We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f2cbb7 commit 9d9a345Copy full SHA for 9d9a345
CMakeLists.txt
@@ -38,9 +38,10 @@ set (DISABLE_STF_DOXYGEN ON)
38
39
if (CMAKE_BUILD_TYPE MATCHES "^[Rr]elease")
40
set (FULL_LTO true)
41
- include(${STF_LIB_BASE}/cmake/stf_linker_setup.cmake)
42
- setup_stf_linker(false)
43
endif()
+include(${STF_LIB_BASE}/cmake/stf_linker_setup.cmake)
+setup_stf_linker(false)
44
+
45
46
# Use ccache if installed
47
find_program (CCACHE_PROGRAM ccache)
0 commit comments