Skip to content

Commit d47c434

Browse files
committed
Update
[ghstack-poisoned]
1 parent 65d0559 commit d47c434

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
@@ -149,7 +149,7 @@ endif()
149149
# they can be properly gc'd. -s: strip symbol. -fno-exceptions -fno-rtti:
150150
# disables exceptions and runtime type.
151151
set(CMAKE_CXX_FLAGS_RELEASE
152-
"-ffunction-sections -fdata-sections -fno-exceptions -fno-rtti ${CMAKE_CXX_FLAGS_RELEASE}"
152+
"-ffunction-sections -fdata-sections ${CMAKE_CXX_FLAGS_RELEASE}"
153153
)
154154
if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
155155
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -s")

0 commit comments

Comments
 (0)