Skip to content

Commit 1e18028

Browse files
committed
build fix
1 parent 7fd23e0 commit 1e18028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if(NOT CMAKE_BUILD_TYPE STREQUAL "Debug")
88
if(MSVC)
99
set(LINKER_FLAGS_RELEASE "/LTCG /OPT:REF /OPT:ICF")
1010
else()
11-
set(FLAGS_RELEASE "-fno-function-sections -fno-data-sections -fno-unwind-tables -fno-asynchronous-unwind-tables")
11+
set(FLAGS_RELEASE "-fno-function-sections -fno-data-sections")
1212

1313
if(APPLE)
1414
set(LINKER_FLAGS_RELEASE "-Wl,-dead_strip")

0 commit comments

Comments
 (0)