From 1da89c62590a5a09305b0ccbbaba8328eafafbc2 Mon Sep 17 00:00:00 2001 From: nickysn Date: Mon, 28 Sep 2020 23:37:30 +0000 Subject: [PATCH] - removed the --export-dynamic linker option git-svn-id: branches/wasm@46998 - --- compiler/systems/t_wasi.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/systems/t_wasi.pas b/compiler/systems/t_wasi.pas index 7aaaa12172..fba9bf6a7f 100644 --- a/compiler/systems/t_wasi.pas +++ b/compiler/systems/t_wasi.pas @@ -121,8 +121,8 @@ begin tmp := TCmdStrListItem(tmp.Next); end; - if HasExports then - cmdstr := cmdstr + ' --export-dynamic'; //' --export-dynamic'; +// if HasExports then +// cmdstr := cmdstr + ' --export-dynamic'; //' --export-dynamic'; cmdstr := cmdstr + ' --no-entry --allow-undefined';