10000
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 b4e8b2f commit 2c36cfeCopy full SHA for 2c36cfe
tests/host/Makefile
@@ -145,7 +145,7 @@ FLAGS += -DLWIP_IPV6=0
145
FLAGS += -DHOST_MOCK=1
146
FLAGS += -DNONOSDK221=1
147
FLAGS += $(MKFLAGS)
148
-CXXFLAGS += -std=c++11 $(FLAGS)
+CXXFLAGS += -std=c++11 -fno-rtti $(FLAGS)
149
CFLAGS += -std=c99 $(FLAGS)
150
LDFLAGS += -coverage $(OPTZ) -g $(M32)
151
VALGRINDFLAGS += --leak-check=full --track-origins=yes --error-limit=no --show-leak-kinds=all --error-exitcode=999
0 commit comments