We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cb6602 commit 8965dfbCopy full SHA for 8965dfb
CMakeLists.txt
@@ -259,4 +259,5 @@ if(NOT CONFIG_ARDUINO_SELECTIVE_COMPILATION OR CONFIG_ARDUINO_SELECTIVE_LITTLEFS
259
endif()
260
261
target_compile_definitions(${COMPONENT_TARGET} PRIVATE -DBOARD_HAS_PSRAM)
262
+target_compile_options(${COMPONENT_LIB} PRIVATE -frtti)
263
0 commit comments