Selaa lähdekoodia

- removed the --export-dynamic linker option

git-svn-id: branches/wasm@46998 -
nickysn 4 vuotta sitten
vanhempi
commit
1da89c6259
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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';