arm: set default GC to marksweep

This commit is contained in:
Ayke van Laethem
2018-11-28 17:34:11 +01:00
parent e817bd38ec
commit e45c4ac182
2 changed files with 1 additions and 10 deletions
+1
View File
@@ -1,6 +1,7 @@
{
"build-tags": ["tinygo.arm", "js", "wasm"],
"compiler": "clang-7",
"gc": "marksweep",
"linker": "arm-none-eabi-ld",
"rtlib": "compiler-rt",
"cflags": [