836bca9956
This regressed in bd2fff6687
Signed-off-by: Damien George <damien@micropython.org>
8 lines
131 B
Makefile
8 lines
131 B
Makefile
# build synthetically fast interpreter for benchmarking
|
|
|
|
COPT += -fno-crossjumping -O2
|
|
|
|
PROG = micropython-fast
|
|
|
|
FROZEN_MANIFEST =
|