File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -125,17 +125,14 @@ uninstall:
125125
126126# build synthetically fast interpreter for benchmarking
127127fast :
128- @echo Make sure to run make -B
129128 $(MAKE ) COPT=" -O2 -DNDEBUG -fno-crossjumping" CFLAGS_EXTRA=' -DMP_CONFIGFILE="<mpconfigport_fast.h>"' BUILD=build-fast PROG=micropython_fast
130129
131130# build a minimal interpreter
132131minimal :
133- @echo Make sure to run make -B
134132 $(MAKE ) COPT=" -Os -DNDEBUG" CFLAGS_EXTRA=' -DMP_CONFIGFILE="<mpconfigport_minimal.h>"' BUILD=build-minimal PROG=micropython_minimal MICROPY_PY_TIME=0 MICROPY_PY_TERMIOS=0 MICROPY_PY_SOCKET=0 MICROPY_PY_FFI=0
135133
136134# build an interpreter for coverage testing and do the testing
137135coverage :
138- @echo Make sure to run make -B
139136 $(MAKE ) COPT=" -O0" CFLAGS_EXTRA=' -fprofile-arcs -ftest-coverage -Wdouble-promotion -Wformat -Wmissing-declarations -Wmissing-prototypes -Wold-style-definition -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-compare -Wstrict-prototypes -Wuninitialized -Wunused-parameter' LDFLAGS_EXTRA=' -fprofile-arcs -ftest-coverage' BUILD=build-coverage PROG=micropython_coverage
140137
141138coverage_test : coverage
You can’t perform that action at this time.
0 commit comments