Explicitly disable range and overflow checking to avoid troubles with pointer arithmetics

git-svn-id: trunk@49198 -
This commit is contained in:
pierre 2021-04-13 20:57:18 +00:00
parent 66646b8630
commit 86c036d9ed

View File

@ -30,6 +30,8 @@ interface
{$define windows}
{$endif}
{$Q-}
{$R-}
Procedure DumpHeap;
Procedure DumpHeap(SkipIfNoLeaks : Boolean);