* Fix bug #36603, disable inline

git-svn-id: trunk@43977 -
This commit is contained in:
michael 2020-01-19 09:38:32 +00:00
parent 48236401e0
commit 2266804e4d

View File

@ -49,7 +49,8 @@ interface
{ off $DEFINE DebugSynRegExpr }
{$MODE DELPHI} // Delphi-compatible mode in FreePascal
{$INLINE ON}
// Disabling for now, seems to cause bug in Lazarus (bug ID 36603)
{ $INLINE ON}
// ======== Define base compiler options
{$BOOLEVAL OFF}