mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 01:39:27 +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}
|
||||
{$H-}
|
||||
{$goto on}
|
||||
{$inline on}
|
||||
{$ifndef DISABLE_INLINE}
|
||||
{$inline on}
|
||||
{$endif}
|
||||
{$interfaces corba}
|
||||
|
||||
{ This reduces the memory requirements a lot }
|
||||
|
Loading…
Reference in New Issue
Block a user