We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 014cb79 commit 3038585Copy full SHA for 3038585
CMakeLists.txt
@@ -8,5 +8,4 @@ set(COMPONENT_ADD_INCLUDEDIRS
8
9
register_component()
10
11
-target_compile_definitions(${COMPONENT_TARGET} PUBLIC -DESP32)
12
-target_compile_options(${COMPONENT_TARGET} PRIVATE -frtti)
+target_compile_definitions(${COMPONENT_TARGET} PUBLIC -DESP32)
component.mk
@@ -1,6 +1,5 @@
1
COMPONENT_ADD_INCLUDEDIRS := include
2
COMPONENT_SRCDIRS := src
3
-CXXFLAGS += -frtti
4
CXXFLAGS += -DESPRESSIO_THREADS
5
CXXFLAGS += -DESPRESSIO_THREADS_VERSION_MAJOR=0
6
CXXFLAGS += -DESPRESSIO_THREADS_VERSION_MINOR=0
0 commit comments