mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-29 15:39:31 +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}
|
{$i fpcdefs.inc}
|
||||||
|
|
||||||
{ $define DEBUG_AOPTCPU}
|
{$ifdef EXTDEBUG}
|
||||||
|
{$define DEBUG_AOPTCPU}
|
||||||
|
{$endif EXTDEBUG}
|
||||||
|
|
||||||
Interface
|
Interface
|
||||||
|
|
||||||
|
@ -23,7 +23,9 @@ unit aoptx86;
|
|||||||
|
|
||||||
{$i fpcdefs.inc}
|
{$i fpcdefs.inc}
|
||||||
|
|
||||||
|
{$ifdef EXTDEBUG}
|
||||||
{$define DEBUG_AOPTCPU}
|
{$define DEBUG_AOPTCPU}
|
||||||
|
{$endif EXTDEBUG}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user