mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-14 12:49:12 +02:00
Allow easier disabling of $inline on, by using -dDISABLE_INLINE
git-svn-id: trunk@47593 -
This commit is contained in:
parent
bb80851d65
commit
787899b921
@ -2,7 +2,9 @@
|
|||||||
{$asmmode default}
|
{$asmmode default}
|
||||||
{$H-}
|
{$H-}
|
||||||
{$goto on}
|
{$goto on}
|
||||||
{$inline on}
|
{$ifndef DISABLE_INLINE}
|
||||||
|
{$inline on}
|
||||||
|
{$endif}
|
||||||
{$interfaces corba}
|
{$interfaces corba}
|
||||||
|
|
||||||
{ This reduces the memory requirements a lot }
|
{ This reduces the memory requirements a lot }
|
||||||
|
Loading…
Reference in New Issue
Block a user