8000
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 99061d1 commit aac9e8cCopy full SHA for aac9e8c
unix/Makefile
@@ -263,6 +263,8 @@ freedos:
263
MICROPY_PY_JNI=0
264
265
# build an interpreter for coverage testing and do the testing
266
+# btree module is disabled, because with extra warnings enabled,
267
+# building berkeleydb errors out
268
coverage:
269
$(MAKE) COPT="-O0" MICROPY_PY_BTREE=0 CFLAGS_EXTRA='-DMP_CONFIGFILE="<mpconfigport_coverage.h>" -fprofile-arcs -ftest-coverage -Wdouble-promotion -Wformat -Wmissing-declarations -Wmissing-prototypes -Wold-style-definition -Wpointer-arith -Wshadow -Wsign-compare -Wuninitialized -Wunused-parameter -DMICROPY_UNIX_COVERAGE' LDFLAGS_EXTRA='-fprofile-arcs -ftest-coverage' BUILD=build-coverage PROG=micropython_coverage
270
0 commit comments