* Reverted r17386 because object file is used for debugging on Darwin, bug #19322

git-svn-id: trunk@17451 -
This commit is contained in:
joost 2011-05-14 10:55:26 +00:00
parent 3958c2bf94
commit ce35e121ba

View File

@ -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;