From ff16a531d920e13afd8cc879bc9f76efe066d66c Mon Sep 17 00:00:00 2001 From: martin Date: Thu, 6 Feb 2014 19:18:51 +0000 Subject: [PATCH] IDE: Fixed crash due to fpc optimizer issue #0020827 / Lazarus issue #0025588 git-svn-id: trunk@43921 - --- ide/viewunit_dlg.pp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ide/viewunit_dlg.pp b/ide/viewunit_dlg.pp index be56be3411..2c097cd062 100644 --- a/ide/viewunit_dlg.pp +++ b/ide/viewunit_dlg.pp @@ -34,6 +34,9 @@ unit ViewUnit_Dlg; {$mode objfpc}{$H+} +{$IF FPC_FULLVERSION<20700} +{$OPTIMIZATION NOSTACKFRAME} +{$ENDIF} interface