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