baldeau 29cda9d382
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
add compiler flags for more optimization
2024-11-14 11:21:13 +01:00

10 lines
185 B
Makefile

xiao: flash
prepare:
./flashing_time.py
flash:
tinygo flash -target=xiao-ble
production:
tinygo flash -target=xiao-ble -serial=none -size=short -opt=s -gc=leaking -scheduler=tasks