mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-15 16:33:40 +00:00
all: switch to LLVM 8
This commit is contained in:
committed by
Ron Evans
parent
5569cd1b6b
commit
9c41011e17
+4
-3
@@ -3,14 +3,15 @@
|
||||
"build-tags": ["js", "wasm"],
|
||||
"goos": "js",
|
||||
"goarch": "wasm",
|
||||
"compiler": "clang-7",
|
||||
"linker": "wasm-ld-7",
|
||||
"compiler": "clang-8",
|
||||
"linker": "wasm-ld-8",
|
||||
"cflags": [
|
||||
"--target=wasm32",
|
||||
"-Oz"
|
||||
],
|
||||
"ldflags": [
|
||||
"-allow-undefined"
|
||||
"--allow-undefined",
|
||||
"--export-all"
|
||||
],
|
||||
"emulator": ["node", "targets/wasm_exec.js"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user