* Merging revisions 43977 from trunk:

------------------------------------------------------------------------
    r43977 | michael | 2020-01-19 10:38:32 +0100 (Sun, 19 Jan 2020) | 1 line
    
    * Fix bug #36603, disable inline
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@44157 -
This commit is contained in:
michael 2020-02-12 09:16:51 +00:00
parent 6851a89514
commit 9770687180

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}