mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 15:50:30 +02:00
* by default, DEBUG_AOPTCPU is only enabled if the compiler is compiled with -dEXTDEBUG
This commit is contained in:
parent
d502bccc1b
commit
2c180cf101
@ -24,7 +24,9 @@ unit aoptcpu;
|
||||
|
||||
{$i fpcdefs.inc}
|
||||
|
||||
{ $define DEBUG_AOPTCPU}
|
||||
{$ifdef EXTDEBUG}
|
||||
{$define DEBUG_AOPTCPU}
|
||||
{$endif EXTDEBUG}
|
||||
|
||||
Interface
|
||||
|
||||
|
@ -23,7 +23,9 @@ unit aoptx86;
|
||||
|
||||
{$i fpcdefs.inc}
|
||||
|
||||
{$ifdef EXTDEBUG}
|
||||
{$define DEBUG_AOPTCPU}
|
||||
{$endif EXTDEBUG}
|
||||
|
||||
interface
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user