tinygo/compileopts
Elliott Sales de Andrade b2ef7299b7 arm: Explicitly disable unwind tables
Some clang builds (e.g., Fedora's) enable unwind tables by default. As
tinygo does not need nor support them, that leads to undefined symbols
when linking.
2022-01-14 07:34:36 +01:00
..
config.go all: switch to LLVM 13 2022-01-09 11:04:10 +01:00
options.go builder: refactor job runner and use a shared semaphore across build jobs 2021-12-30 12:03:12 -05:00
options_test.go runtime: remove extalloc 2021-12-17 18:15:18 +01:00
target.go arm: Explicitly disable unwind tables 2022-01-14 07:34:36 +01:00
target_test.go compileopts: fix reversed append in the target file 2021-11-07 09:26:46 +01:00