diff --git a/compiler/fpcdefs.inc b/compiler/fpcdefs.inc index bcbb07c869..6b762b1c50 100644 --- a/compiler/fpcdefs.inc +++ b/compiler/fpcdefs.inc @@ -2,7 +2,9 @@ {$asmmode default} {$H-} {$goto on} -{$inline on} +{$ifndef DISABLE_INLINE} + {$inline on} +{$endif} {$interfaces corba} { This reduces the memory requirements a lot }