mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 14:47:55 +02:00
Add setting of all optimization debug macros with single DEBUG_ALL_OPT macro
git-svn-id: trunk@48111 -
This commit is contained in:
parent
37201319bf
commit
a78332ae7f
@ -31,6 +31,31 @@
|
||||
{$define USEINLINE}
|
||||
{$endif EXTDEBUG}
|
||||
|
||||
{$ifdef DEBUG_ALL_OPT}
|
||||
{ for aopt unit }
|
||||
{$define DEBUG_OPTALLOC}
|
||||
{$define DEBUG_INSTRUCTIONREGISTERDEPENDENCIES}
|
||||
{for CPU/aoptcpu unit }
|
||||
{$define DEBUG_AOPTCPU}
|
||||
{$define DEBUG_PREREGSCHEDULER (arm specific) }
|
||||
{ for aoptobj unit }
|
||||
{$define DEBUG_AOPTOBJ}
|
||||
{$define ALLOCREGDEBUG}
|
||||
{ for optconstprop unit }
|
||||
{$define DEBUG_CONSTPROP}
|
||||
{ for optcse unit }
|
||||
{$define CSEDEBUG}
|
||||
{ for optdeadstore unit }
|
||||
{$define DEBUG_DEADSTORE}
|
||||
{ for optdfa unit }
|
||||
{$define DEBUG_DFA}
|
||||
{ for optloop unit }
|
||||
{$define DEBUG_OPTFORLOOP}
|
||||
{$define DEBUG_OPTSTRENGTH}
|
||||
{ for optvirt unit }
|
||||
{$define DEBUG_DEVIRT}
|
||||
{$endif}
|
||||
|
||||
{$define USEEXCEPT}
|
||||
|
||||
{$ifdef VER3_0}
|
||||
|
Loading…
Reference in New Issue
Block a user