switch to z flag on opt
Some checks failed
xiao_pet_tracker / semantic-pull-request (push) Failing after 1s
xiao_pet_tracker / build (push) Failing after 2s
xiao_pet_tracker / spell-check (push) Failing after 1s

This commit is contained in:
baldeau 2024-11-14 11:22:43 +01:00
parent 29cda9d382
commit b27676fb9f

View File

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