Browse Source

- removed the --export-dynamic linker option

git-svn-id: branches/wasm@46998 -
nickysn 4 years ago
parent
commit
1da89c6259
1 changed files with 2 additions and 2 deletions
  1. 2 2
      compiler/systems/t_wasi.pas

+ 2 - 2
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';