8000 unix/Makefile: And note why btree module is disabled for coverage build. · sparkfun/circuitpython@aac9e8c · GitHub
[go: up one dir, main page]

Skip to content

Commit aac9e8c

Browse files
committed
unix/Makefile: And note why btree module is disabled for coverage build.
1 parent 99061d1 commit aac9e8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

unix/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,8 @@ freedos:
263263
MICROPY_PY_JNI=0
264264

265265
# 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
266268
coverage:
267269
$(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
268270

0 commit comments

Comments
 (0)
0