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 65d0559 commit d47c434Copy full SHA for d47c434
CMakeLists.txt
@@ -149,7 +149,7 @@ endif()
149
# they can be properly gc'd. -s: strip symbol. -fno-exceptions -fno-rtti:
150
# disables exceptions and runtime type.
151
set(CMAKE_CXX_FLAGS_RELEASE
152
- "-ffunction-sections -fdata-sections -fno-exceptions -fno-rtti ${CMAKE_CXX_FLAGS_RELEASE}"
+ "-ffunction-sections -fdata-sections ${CMAKE_CXX_FLAGS_RELEASE}"
153
)
154
if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
155
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -s")
0 commit comments