Skip to content

Commit ac3c757

Browse files
committed
RTTI on
1 parent 09a78f0 commit ac3c757

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

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

99
register_component()
1010

11-
target_compile_options(${COMPONENT_TARGET} PRIVATE -fno-rtti)
11+
target_compile_options(${COMPONENT_TARGET} PRIVATE -frtti)

component.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
COMPONENT_ADD_INCLUDEDIRS := include
22
COMPONENT_SRCDIRS := src
3-
CXXFLAGS += -fno-rtti
3+
CXXFLAGS += -frtti
44
CXXFLAGS += -DESPRESSIO_OBSERVER
55
CXXFLAGS += -DESPRESSIO_OBSERVER_VERSION_MAJOR=0
66
CXXFLAGS += -DESPRESSIO_OBSERVER_VERSION_MINOR=0

0 commit comments

Comments
 (0)