Przeglądaj źródła

- 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 lat temu
rodzic
commit
72e88a3452
1 zmienionych plików z 0 dodań i 1 usunięć
  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;