Browse Source

Add DEBUG_OPTTAIL to list of defined conditionals if DEBUG_ALL_OPT is set

Pierre Muller 2 weeks ago
parent
commit
0e28d9a85e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      compiler/fpcdefs.inc

+ 2 - 0
compiler/fpcdefs.inc

@@ -57,6 +57,8 @@
   { for optloop unit }
   {$define DEBUG_OPTFORLOOP}
   {$define DEBUG_OPTSTRENGTH}
+  { for opttail unit }
+  {$define DEBUG_OPTTAIL}
   { for optvirt unit }
   {$define DEBUG_DEVIRT}
 {$endif}