mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 03:49:05 +02:00
* 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:
parent
6851a89514
commit
9770687180
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user