mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Export all symbols on wasm builds
This commit is contained in:
parent
f55df4bf6b
commit
06ab08003f
1 changed files with 1 additions and 0 deletions
|
@ -1232,6 +1232,7 @@ fn link_wasm32(
|
||||||
"-fstrip",
|
"-fstrip",
|
||||||
"-O",
|
"-O",
|
||||||
"ReleaseSmall",
|
"ReleaseSmall",
|
||||||
|
"-rdynamic",
|
||||||
// useful for debugging
|
// useful for debugging
|
||||||
// "-femit-llvm-ir=/home/folkertdev/roc/roc/crates/cli_testing_examples/benchmarks/platform/host.ll",
|
// "-femit-llvm-ir=/home/folkertdev/roc/roc/crates/cli_testing_examples/benchmarks/platform/host.ll",
|
||||||
])
|
])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue