- removed the --export-dynamic linker option

git-svn-id: branches/wasm@46998 -
This commit is contained in:
nickysn 2020-09-28 23:37:30 +00:00
parent 0a5655955c
commit 1da89c6259

View File

@ -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';