- removed debug writeln from the WASI linker invocation code

git-svn-id: branches/wasm@48314 -
This commit is contained in:
nickysn 2021-01-22 03:11:08 +00:00
parent cdb74f034c
commit 14bca0d0dd

View File

@ -158,7 +158,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);
//SplitBinCmd(Info.DllCmd[2],binstr,cmdstr);