* define DEBUG_AOPTCPU if EXTDEBUG is used

This commit is contained in:
florian 2021-10-03 18:40:20 +02:00
parent 890b899842
commit 2e8c99947a
2 changed files with 5 additions and 1 deletions

View File

@ -25,7 +25,9 @@ Unit aoptcpu;
{$i fpcdefs.inc}
{ $define DEBUG_AOPTCPU}
{$ifdef EXTDEBUG}
{$define DEBUG_AOPTCPU}
{$endif EXTDEBUG}
Interface

View File

@ -26,7 +26,9 @@ Unit aoptarm;
{$i fpcdefs.inc}
{ $define DEBUG_PREREGSCHEDULER}
{$ifdef EXTDEBUG}
{$define DEBUG_AOPTCPU}
{$endif EXTDEBUG}
Interface