* by default, DEBUG_AOPTCPU is only enabled if the compiler is compiled with -dEXTDEBUG

This commit is contained in:
florian 2021-10-10 15:34:59 +02:00
parent d502bccc1b
commit 2c180cf101
2 changed files with 5 additions and 1 deletions

View File

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

View File

@ -23,7 +23,9 @@ unit aoptx86;
{$i fpcdefs.inc}
{$ifdef EXTDEBUG}
{$define DEBUG_AOPTCPU}
{$endif EXTDEBUG}
interface