We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68daa49 commit cc77c3eCopy full SHA for cc77c3e
components/runqueue/CMakeLists.txt
@@ -2,6 +2,3 @@ idf_component_register(
2
INCLUDE_DIRS "include"
3
SRC_DIRS "src"
4
REQUIRES base_component task)
5
-
6
-# add compiler flags to enable rtti
7
-target_compile_options(${COMPONENT_LIB} PRIVATE -frtti)
0 commit comments