Explorar o código

- 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 %!s(int64=3) %!d(string=hai) anos
pai
achega
72e88a3452
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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;