mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-16 02:33:28 +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",
|
"linkerscript": "targets/tkey.ld",
|
||||||
"scheduler": "none",
|
"scheduler": "none",
|
||||||
"gc": "leaking",
|
"gc": "conservative",
|
||||||
"flash-command": "tkey-runapp {bin}",
|
"flash-command": "tkey-runapp {bin}",
|
||||||
"serial": "uart"
|
"serial": "uart"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user