Browse Source

- removed debug writeln when calling the linker for the wasm32-embedded target

Nikolay Nikolov 3 years ago
parent
commit
46dcd4da76
1 changed files with 0 additions and 1 deletions
  1. 0 1
      compiler/systems/t_embed.pas

+ 0 - 1
compiler/systems/t_embed.pas

@@ -2213,7 +2213,6 @@ function TLinkerEmbedded_Wasm.MakeSharedLibrary: boolean;
     Replace(cmdstr,'$MAP',mapstr);
     Replace(cmdstr,'$MAP',mapstr);
     //Replace(cmdstr,'$LTO',ltostr);
     //Replace(cmdstr,'$LTO',ltostr);
     Replace(cmdstr,'$GCSECTIONS',GCSectionsStr);
     Replace(cmdstr,'$GCSECTIONS',GCSectionsStr);
-    writeln(utilsprefix+binstr,' ',cmdstr);
     success:=DoExec(FindUtil(utilsprefix+binstr),cmdstr,true,false);
     success:=DoExec(FindUtil(utilsprefix+binstr),cmdstr,true,false);
 
 
     //SplitBinCmd(Info.DllCmd[2],binstr,cmdstr);
     //SplitBinCmd(Info.DllCmd[2],binstr,cmdstr);