mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-06 12:38:29 +02:00
* Reverted r17386 because object file is used for debugging on Darwin, bug #19322
git-svn-id: trunk@17451 -
This commit is contained in:
parent
3958c2bf94
commit
ce35e121ba
@ -2422,9 +2422,6 @@ implementation
|
||||
else
|
||||
linker.MakeExecutable;
|
||||
|
||||
{ Delete main module object file }
|
||||
if not(cs_link_nolink in current_settings.globalswitches) then
|
||||
DeleteFile(pshortstring2pchar(main_module.objfilename));
|
||||
{ collect all necessary information for whole-program optimization }
|
||||
wpoinfomanager.extractwpoinfofromprogram;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user