Skip to content

Commit 137da0f

Browse files
committed
Update
[ghstack-poisoned]
1 parent 0e8c14c commit 137da0f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,7 @@ if(EXECUTORCH_ENABLE_EVENT_TRACER)
146146
endif()
147147

148148
# -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.
149+
# they can be properly gc'd. -s: strip symbol.
151150
set(CMAKE_CXX_FLAGS_RELEASE
152151
"-ffunction-sections -fdata-sections ${CMAKE_CXX_FLAGS_RELEASE}"
153152
)

0 commit comments

Comments
 (0)