mirror of
https://github.com/micropython/micropython.git
synced 2025-09-09 19:30:53 +02:00
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 =
|