micropython/ports/unix/variants/fast/mpconfigvariant.mk
Jim Mussared 977b532c8f unix: Rename unix binaries to micropython-variant (not _variant).
For consistency with mpy-cross, and other unix tools in general.
2020-01-12 10:37:40 +11:00

8 lines
141 B
Makefile

# build synthetically fast interpreter for benchmarking
COPT = "-O2 -DNDEBUG -fno-crossjumping"
PROG = micropython-fast
FROZEN_MANIFEST =