فهرست منبع

IDE: Report memory leaks in DEBUG build.

Jordan Russell 10 ماه پیش
والد
کامیت
819a580442
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      Projects/Compil32.dpr

+ 4 - 0
Projects/Compil32.dpr

@@ -200,6 +200,10 @@ begin
 end;
 
 begin
+  {$IFDEF DEBUG}
+  ReportMemoryLeaksOnShutdown := True;
+  {$ENDIF}
+
   InitialCurDir := GetCurrentDir;
   if not SetCurrentDir(PathExtractDir(NewParamStr(0))) then
     SetCurrentDir(GetSystemDir);