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