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 =
|