Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.

Commit

Permalink
--no-threads for wasm-ld
Browse files Browse the repository at this point in the history
  • Loading branch information
sbogolepov committed Aug 13, 2018
1 parent 7b20627 commit edbd0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion konan/konan.properties
Original file line number Diff line number Diff line change
Expand Up @@ -358,5 +358,5 @@ llcNooptFlags.wasm32 = -O1
llcOptFlags.wasm32 = -O3
llcDebugFlags.wasm32 = -O0
# TODO: make explicit list of external symbols
lld.wasm32 = --allow-undefined --no-entry --global-base=0
lld.wasm32 = --allow-undefined --no-entry --global-base=0 --no-threads

0 comments on commit edbd0bd

Please sign in to comment.