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