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 0e8c14c commit 137da0fCopy full SHA for 137da0f
CMakeLists.txt
@@ -146,8 +146,7 @@ if(EXECUTORCH_ENABLE_EVENT_TRACER)
146
endif()
147
148
# -ffunction-sections -fdata-sections: breaks function and data into sections so
149
-# they can be properly gc'd. -s: strip symbol. -fno-exceptions -fno-rtti:
150
-# disables exceptions and runtime type.
+# they can be properly gc'd. -s: strip symbol.
151
set(CMAKE_CXX_FLAGS_RELEASE
152
"-ffunction-sections -fdata-sections ${CMAKE_CXX_FLAGS_RELEASE}"
153
)
0 commit comments