mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 18:09:31 +02:00
- removed debug writeln from the WASI linker invocation code
git-svn-id: branches/wasm@48314 -
This commit is contained in:
parent
cdb74f034c
commit
14bca0d0dd
@ -158,7 +158,6 @@ begin
|
|||||||
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);
|
||||||
|
Loading…
Reference in New Issue
Block a user