diff options
author | Ayke van Laethem <[email protected]> | 2018-11-28 17:34:11 +0100 |
---|---|---|
committer | Ayke van Laethem <[email protected]> | 2018-11-28 17:34:59 +0100 |
commit | e45c4ac182aae5ad7fab876660cec531287199b8 (patch) | |
tree | 355b66447be71cb747cd7c6782843d8db7686780 /targets | |
parent | e817bd38ec539aa530088ac8f8455622605fff66 (diff) | |
download | tinygo-e45c4ac182aae5ad7fab876660cec531287199b8.tar.gz tinygo-e45c4ac182aae5ad7fab876660cec531287199b8.zip |
arm: set default GC to marksweep
Diffstat (limited to 'targets')
-rw-r--r-- | targets/cortex-m.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/targets/cortex-m.json b/targets/cortex-m.json index b373ef9b4..c24c083fd 100644 --- a/targets/cortex-m.json +++ b/targets/cortex-m.json @@ -1,6 +1,7 @@ { "build-tags": ["tinygo.arm", "js", "wasm"], "compiler": "clang-7", + "gc": "marksweep", "linker": "arm-none-eabi-ld", "rtlib": "compiler-rt", "cflags": [ |