From 65463e1215858f475fdbc989ceda6ef7bdf35fd0 Mon Sep 17 00:00:00 2001 From: martin Date: Thu, 6 Feb 2014 19:18:55 +0000 Subject: [PATCH] TAChart: Fixed crash due to fpc optimizer issue #0020827 / Lazarus issue #0025681 git-svn-id: trunk@43922 - --- components/tachart/tachartutils.pas | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/tachart/tachartutils.pas b/components/tachart/tachartutils.pas index 2c328cdc9b..b917dfb126 100644 --- a/components/tachart/tachartutils.pas +++ b/components/tachart/tachartutils.pas @@ -19,6 +19,9 @@ unit TAChartUtils; {$H+} +{$IF FPC_FULLVERSION<20700} +{$OPTIMIZATION NOSTACKFRAME} +{$ENDIF} interface