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 266b6a1 commit 68af5fdCopy full SHA for 68af5fd
ports/unix/Makefile
@@ -213,7 +213,7 @@ ifeq ($(HASCPP17), 1)
213
else
214
CXXFLAGS += -std=c++11
215
endif
216
-CXXFLAGS += $(filter-out -Wmissing-prototypes -Wold-style-definition -std=gnu99,$(CFLAGS) $(CXXFLAGS_MOD))
+CXXFLAGS += $(filter-out -Wmissing-prototypes -Wold-style-definition -std=gnu99 -std=gnu11,$(CFLAGS) $(CXXFLAGS_MOD))
217
218
ifeq ($(MICROPY_FORCE_32BIT),1)
219
RUN_TESTS_MPY_CROSS_FLAGS = --mpy-cross-flags='-mcache-lookup-bc -march=x86'
0 commit comments