add compiler flags for more optimization
Some checks failed
xiao_pet_tracker / semantic-pull-request (push) Failing after 2s
xiao_pet_tracker / build (push) Failing after 1s
xiao_pet_tracker / spell-check (push) Failing after 1s

This commit is contained in:
baldeau 2024-11-14 11:21:13 +01:00
parent ac8737bc42
commit 29cda9d382

View File

@ -7,4 +7,4 @@ flash:
tinygo flash -target=xiao-ble
production:
tinygo flash -target=xiao-ble -serial=none
tinygo flash -target=xiao-ble -serial=none -size=short -opt=s -gc=leaking -scheduler=tasks