소스 검색

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

git-svn-id: trunk@17451 -
joost 14 년 전
부모
커밋
ce35e121ba
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      compiler/pmodules.pas

+ 0 - 3
compiler/pmodules.pas

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