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 7fd23e0 commit 1e18028Copy full SHA for 1e18028
CMakeLists.txt
@@ -8,7 +8,7 @@ if(NOT CMAKE_BUILD_TYPE STREQUAL "Debug")
8
if(MSVC)
9
set(LINKER_FLAGS_RELEASE "/LTCG /OPT:REF /OPT:ICF")
10
else()
11
- set(FLAGS_RELEASE "-fno-function-sections -fno-data-sections -fno-unwind-tables -fno-asynchronous-unwind-tables")
+ set(FLAGS_RELEASE "-fno-function-sections -fno-data-sections")
12
13
if(APPLE)
14
set(LINKER_FLAGS_RELEASE "-Wl,-dead_strip")
0 commit comments