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:
vincents 2006-03-31 09:43:04 +00:00
parent 40c1ebd451
commit 829db08da4

View File

@ -29,7 +29,7 @@
}
unit CodeAtom;
{$ifdef FPC}{$mode objfpc}{$endif}{$H+}
{$ifdef FPC}{$mode objfpc}{$endif}{$inline on}{$H+}
interface