You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With v0.36.0, my program will not fit in flash, which is no problem, except I can't see what to trim because the -size full dump doesn't get printed.
$ tinygo build -target wioterminal -stack-size 8kb -size full runner.go
exit status 1: program too large for this chip (flash overflowed by 9052 bytes)
optimization guide: https://tinygo.org/docs/guides/optimizing-binaries/
Here it would be nice to see the -size full output.
The text was updated successfully, but these errors were encountered:
With v0.36.0, my program will not fit in flash, which is no problem, except I can't see what to trim because the -size full dump doesn't get printed.
Here it would be nice to see the -size full output.
The text was updated successfully, but these errors were encountered: