Skip to content

Commit 3038585

Browse files
committed
RTTI On
1 parent 014cb79 commit 3038585

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ set(COMPONENT_ADD_INCLUDEDIRS
88

99
register_component()
1010

11-
target_compile_definitions(${COMPONENT_TARGET} PUBLIC -DESP32)
12-
target_compile_options(${COMPONENT_TARGET} PRIVATE -frtti)
11+
target_compile_definitions(${COMPONENT_TARGET} PUBLIC -DESP32)

component.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
COMPONENT_ADD_INCLUDEDIRS := include
22
COMPONENT_SRCDIRS := src
3-
CXXFLAGS += -frtti
43
CXXFLAGS += -DESPRESSIO_THREADS
54
CXXFLAGS += -DESPRESSIO_THREADS_VERSION_MAJOR=0
65
CXXFLAGS += -DESPRESSIO_THREADS_VERSION_MINOR=0

0 commit comments

Comments
 (0)