977b532c8f
For consistency with mpy-cross, and other unix tools in general.
8 lines
141 B
Makefile
8 lines
141 B
Makefile
# build synthetically fast interpreter for benchmarking
|
|
|
|
COPT = "-O2 -DNDEBUG -fno-crossjumping"
|
|
|
|
PROG = micropython-fast
|
|
|
|
FROZEN_MANIFEST =
|