فهرست منبع

- disable SHOWUSEDMEM when EXTDEBUG is defined, because it breaks building a
snapshot with EXTDEBUG, due to the following fpmake error:
The installer encountered the following error:
Compiler returns invalid information, check if fpc -iV works

git-svn-id: trunk@36250 -

nickysn 8 سال پیش
والد
کامیت
9e2133c1b1
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      compiler/compiler.pas

+ 1 - 1
compiler/compiler.pas

@@ -144,7 +144,7 @@ implementation
 uses
 uses
   aasmcpu;
   aasmcpu;
 
 
-{$if defined(EXTDEBUG) or defined(MEMDEBUG)}
+{$if defined(MEMDEBUG)}
   {$define SHOWUSEDMEM}
   {$define SHOWUSEDMEM}
 {$endif}
 {$endif}