mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 21:00:07 +02:00
added {$inline on} so that building lazarus doesn't depend on -Si in fpc.cfg
git-svn-id: trunk@9057 -
This commit is contained in:
parent
40c1ebd451
commit
829db08da4
@ -29,7 +29,7 @@
|
|||||||
}
|
}
|
||||||
unit CodeAtom;
|
unit CodeAtom;
|
||||||
|
|
||||||
{$ifdef FPC}{$mode objfpc}{$endif}{$H+}
|
{$ifdef FPC}{$mode objfpc}{$endif}{$inline on}{$H+}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user