mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-14 16:03:41 +00:00
refactor coroutine lowering and tasks
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
"compiler": "avr-gcc",
|
||||
"gc": "conservative",
|
||||
"linker": "avr-gcc",
|
||||
"scheduler": "none",
|
||||
"ldflags": [
|
||||
"-T", "targets/avr.ld",
|
||||
"-Wl,--gc-sections"
|
||||
|
||||
Reference in New Issue
Block a user