Skip to content

Commit f65fd88

Browse files
committed
RTTI On
1 parent ac3c757 commit f65fd88

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,4 @@ set(COMPONENT_ADD_INCLUDEDIRS
66
"src"
77
)
88

9-
register_component()
10-
11-
target_compile_options(${COMPONENT_TARGET} PRIVATE -frtti)
9+
register_component()

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_OBSERVER
54
CXXFLAGS += -DESPRESSIO_OBSERVER_VERSION_MAJOR=0
65
CXXFLAGS += -DESPRESSIO_OBSERVER_VERSION_MINOR=0

0 commit comments

Comments
 (0)