mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 14:40:25 +02:00
Darwin: don't try to print size statistics if the binary wasn't linked
This commit is contained in:
parent
a835d8b533
commit
b150480c60
@ -589,7 +589,7 @@ implementation
|
||||
end;
|
||||
|
||||
{ Post process }
|
||||
if success then
|
||||
if success and not(cs_link_nolink in current_settings.globalswitches) then
|
||||
success:=PostProcessExecutable(current_module.exefilename,false);
|
||||
|
||||
MakeExecutable:=success; { otherwise a recursive call to link method }
|
||||
|
Loading…
Reference in New Issue
Block a user