Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitaac9e8c

Browse files
committed
unix/Makefile: And note why btree module is disabled for coverage build.
1 parent99061d1 commitaac9e8c

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)

[8]ページ先頭

©2009-2025 Movatter.jp