소스 검색

- 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;