2019-10-22 20:20:07 -04:00
|
|
|
# build synthetically fast interpreter for benchmarking
|
|
|
|
|
2020-08-29 23:48:26 -04:00
|
|
|
COPT += -fno-crossjumping -O2
|
2019-10-22 20:20:07 -04:00
|
|
|
|
2019-10-30 02:00:09 -04:00
|
|
|
PROG = micropython-fast
|
2019-10-22 20:20:07 -04:00
|
|
|
|
|
|
|
FROZEN_MANIFEST =
|