Skip to content

Commit 8965dfb

Browse files
committed
add compile option
1 parent 1cb6602 commit 8965dfb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -259,4 +259,5 @@ if(NOT CONFIG_ARDUINO_SELECTIVE_COMPILATION OR CONFIG_ARDUINO_SELECTIVE_LITTLEFS
259259
endif()
260260

261261
target_compile_definitions(${COMPONENT_TARGET} PRIVATE -DBOARD_HAS_PSRAM)
262+
target_compile_options(${COMPONENT_LIB} PRIVATE -frtti)
262263

0 commit comments

Comments
 (0)