瀏覽代碼

- removed the --export-dynamic linker option

git-svn-id: branches/wasm@46998 -
nickysn 4 年之前
父節點
當前提交
1da89c6259
共有 1 個文件被更改,包括 2 次插入2 次删除
  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';