mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 16:56:01 +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;
|
||||
|
||||
{$ifdef FPC}{$mode objfpc}{$endif}{$H+}
|
||||
{$ifdef FPC}{$mode objfpc}{$endif}{$inline on}{$H+}
|
||||
|
||||
interface
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user