diff --git a/konan/konan.properties b/konan/konan.properties index a1384376eea..38ff3cf7f41 100644 --- a/konan/konan.properties +++ b/konan/konan.properties @@ -662,4 +662,4 @@ 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 --no-threads +lld.wasm32 = --allow-undefined --no-entry --global-base=0 --no-threads --export-dynamic