Are you definitely building with RELEASE=1 on the command-line? Without that, the assertions are left in and it really pushes the size up
RELEASE=1
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Are you definitely building with
RELEASE=1
on the command-line? Without that, the assertions are left in and it really pushes the size up