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 47d2737 commit 4d59acfCopy full SHA for 4d59acf
CMakeLists.txt
@@ -98,7 +98,7 @@ endif()
98
# data into sections so they can be properly gc'd. -s: strip symbol.
99
# -fno-exceptions -fno-rtti: disables exceptions and runtime type.
100
set(CMAKE_CXX_FLAGS_RELEASE
101
- "-O2 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti")
+ "-ffunction-sections -fdata-sections -fno-exceptions -fno-rtti")
102
if(NOT APPLE)
103
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -s")
104
endif()
0 commit comments