mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 23:29:13 +02:00
- 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 -
This commit is contained in:
parent
ade39069e5
commit
9e2133c1b1
@ -144,7 +144,7 @@ implementation
|
|||||||
uses
|
uses
|
||||||
aasmcpu;
|
aasmcpu;
|
||||||
|
|
||||||
{$if defined(EXTDEBUG) or defined(MEMDEBUG)}
|
{$if defined(MEMDEBUG)}
|
||||||
{$define SHOWUSEDMEM}
|
{$define SHOWUSEDMEM}
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user