2019-10-23 01:20:07 +01:00
|
|
|
# build synthetically fast interpreter for benchmarking
|
|
|
|
|
2020-04-03 02:55:14 +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 =
|