浏览代码

- don't write the wasm-ld command line to the screen when linking a WASM
library. The command line, passed to the linker is dumped when compiling with
-vv anyway.

Nikolay Nikolov 3 年之前
父节点
当前提交
72e88a3452
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      compiler/systems/t_wasi.pas

+ 0 - 1
compiler/systems/t_wasi.pas

@@ -225,7 +225,6 @@ begin
   Replace(cmdstr,'$MAP',mapstr);
   //Replace(cmdstr,'$LTO',ltostr);
   Replace(cmdstr,'$GCSECTIONS',GCSectionsStr);
-  writeln(utilsprefix+binstr,' ',cmdstr);
   success:=DoExec(FindUtil(utilsprefix+binstr),cmdstr,true,false);
 
   MakeSharedLibrary:=success;