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 d6b2199 commit 3f6713aCopy full SHA for 3f6713a
ports/unix/Makefile
@@ -150,6 +150,7 @@ SRC_C = \
150
coverage.c \
151
fatfs_port.c \
152
supervisor/stub/filesystem.c \
153
+ supervisor/stub/safe_mode.c \
154
supervisor/stub/serial.c \
155
supervisor/stub/stack.c \
156
supervisor/shared/translate.c \
@@ -256,7 +257,7 @@ coverage:
256
257
$(MAKE) \
258
COPT="-O0" CFLAGS_EXTRA='$(CFLAGS_EXTRA) -DMP_CONFIGFILE="<mpconfigport_coverage.h>" \
259
-fprofile-arcs -ftest-coverage \
- -Wdouble-promotion -Wformat -Wmissing-declarations -Wmissing-prototypes -Wsign-compare \
260
+ -Wformat -Wmissing-declarations -Wmissing-prototypes -Wsign-compare \
261
-Wold-style-definition -Wpointer-arith -Wshadow -Wuninitialized -Wunused-parameter \
262
-DMICROPY_UNIX_COVERAGE' \
263
LDFLAGS_EXTRA='-fprofile-arcs -ftest-coverage' \
0 commit comments