mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 08:00:52 +02:00
Increase default trace size to 16
git-svn-id: trunk@39734 -
This commit is contained in:
parent
afc25c8838
commit
70fae803ce
@ -59,9 +59,9 @@ const
|
||||
{ tracing level
|
||||
splitted in two if memory is released !! }
|
||||
{$ifdef EXTRA}
|
||||
tracesize = 16;
|
||||
tracesize = 32;
|
||||
{$else EXTRA}
|
||||
tracesize = 8;
|
||||
tracesize = 16;
|
||||
{$endif EXTRA}
|
||||
{ install heaptrc memorymanager }
|
||||
useheaptrace : boolean=true;
|
||||
|
Loading…
Reference in New Issue
Block a user