mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-14 07:53:40 +00:00
arm: set default GC to marksweep
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"build-tags": ["tinygo.arm", "js", "wasm"],
|
||||
"compiler": "clang-7",
|
||||
"gc": "marksweep",
|
||||
"linker": "arm-none-eabi-ld",
|
||||
"rtlib": "compiler-rt",
|
||||
"cflags": [
|
||||
|
||||
Reference in New Issue
Block a user