mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-10 05:53:39 +00:00
compiler,runtime: implement a portable conservative GC
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
"goos": "linux",
|
||||
"goarch": "arm",
|
||||
"compiler": "avr-gcc",
|
||||
"gc": "leaking",
|
||||
"linker": "avr-gcc",
|
||||
"ldflags": [
|
||||
"-T", "targets/avr.ld",
|
||||
|
||||
Reference in New Issue
Block a user