TAChart: Fixed crash due to fpc optimizer issue #0020827 / Lazarus issue #0025681

git-svn-id: trunk@43922 -
This commit is contained in:
martin 2014-02-06 19:18:55 +00:00
parent ff16a531d9
commit 65463e1215

View File

@ -19,6 +19,9 @@
unit TAChartUtils;
{$H+}
{$IF FPC_FULLVERSION<20700}
{$OPTIMIZATION NOSTACKFRAME}
{$ENDIF}
interface