From b27676fb9f38e43582168cde0809b655414d16b4 Mon Sep 17 00:00:00 2001 From: baldeau Date: Thu, 14 Nov 2024 11:22:43 +0100 Subject: [PATCH] switch to z flag on opt --- xiao_controller_code/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xiao_controller_code/Makefile b/xiao_controller_code/Makefile index 8879cdb..36f7072 100644 --- a/xiao_controller_code/Makefile +++ b/xiao_controller_code/Makefile @@ -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 \ No newline at end of file + tinygo flash -target=xiao-ble -serial=none -size=short -opt=z -gc=leaking -scheduler=tasks \ No newline at end of file