Skip to content

Commit cc77c3e

Browse files
authored
fix(runqueue): Remove accidental commit of enabling RTTI on runqueue component (#402)
1 parent 68daa49 commit cc77c3e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

components/runqueue/CMakeLists.txt

-3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,3 @@ idf_component_register(
22
INCLUDE_DIRS "include"
33
SRC_DIRS "src"
44
REQUIRES base_component task)
5-
6-
# add compiler flags to enable rtti
7-
target_compile_options(${COMPONENT_LIB} PRIVATE -frtti)

0 commit comments

Comments
 (0)