mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-16 00:50:40 +01:00
* define DEBUG_AOPTCPU if EXTDEBUG is used
This commit is contained in:
parent
890b899842
commit
2e8c99947a
@ -25,7 +25,9 @@ Unit aoptcpu;
|
||||
|
||||
{$i fpcdefs.inc}
|
||||
|
||||
{ $define DEBUG_AOPTCPU}
|
||||
{$ifdef EXTDEBUG}
|
||||
{$define DEBUG_AOPTCPU}
|
||||
{$endif EXTDEBUG}
|
||||
|
||||
Interface
|
||||
|
||||
|
||||
@ -26,7 +26,9 @@ Unit aoptarm;
|
||||
{$i fpcdefs.inc}
|
||||
|
||||
{ $define DEBUG_PREREGSCHEDULER}
|
||||
{$ifdef EXTDEBUG}
|
||||
{$define DEBUG_AOPTCPU}
|
||||
{$endif EXTDEBUG}
|
||||
|
||||
Interface
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user