mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 02:57:46 +00:00
targets: turn on GC for TKey1 device, since it does in fact work
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
||||
],
|
||||
"linkerscript": "targets/tkey.ld",
|
||||
"scheduler": "none",
|
||||
"gc": "leaking",
|
||||
"gc": "conservative",
|
||||
"flash-command": "tkey-runapp {bin}",
|
||||
"serial": "uart"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user