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