Skip to content

Commit 865e17a

Browse files
committed
RTTI On
1 parent 953fbd7 commit 865e17a

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

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_EVENT
54
CXXFLAGS += -DESPRESSIO_EVENT_VERSION_MAJOR=0
65
CXXFLAGS += -DESPRESSIO_EVENT_VERSION_MINOR=0

0 commit comments

Comments
 (0)