From 29cda9d382b3e7bf2910c8f0bcee4aaaaea6d92f Mon Sep 17 00:00:00 2001 From: baldeau Date: Thu, 14 Nov 2024 11:21:13 +0100 Subject: [PATCH] add compiler flags for more optimization --- 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 7c4a513..8879cdb 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 \ No newline at end of file + tinygo flash -target=xiao-ble -serial=none -size=short -opt=s -gc=leaking -scheduler=tasks \ No newline at end of file