Browse Source

* Disable inline for FPC_HEAPTRC_EXTRA to facilitate cdebugging with GDB

git-svn-id: trunk@17890 -
pierre 14 years ago
parent
commit
04d85d32d9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rtl/inc/heaptrc.pp

+ 1 - 0
rtl/inc/heaptrc.pp

@@ -19,6 +19,7 @@ interface
 
 {$ifdef FPC_HEAPTRC_EXTRA}
   {$define EXTRA}
+  {$inline off}
 {$endif FPC_HEAPTRC_EXTRA}
 
 {$checkpointer off}