Skip to content

Commit 065a835

Browse files
authored
Merge branch 'master' into https-serve
2 parents 0d2944f + 2c36cfe commit 065a835

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/host/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ FLAGS += -DLWIP_IPV6=0
145145
FLAGS += -DHOST_MOCK=1
146146
FLAGS += -DNONOSDK221=1
147147
FLAGS += $(MKFLAGS)
148-
CXXFLAGS += -std=c++11 $(FLAGS)
148+
CXXFLAGS += -std=c++11 -fno-rtti $(FLAGS)
149149
CFLAGS += -std=c99 $(FLAGS)
150150
LDFLAGS += -coverage $(OPTZ) -g $(M32)
151151
VALGRINDFLAGS += --leak-check=full --track-origins=yes --error-limit=no --show-leak-kinds=all --error-exitcode=999

0 commit comments

Comments
 (0)