Allow easier disabling of $inline on, by using -dDISABLE_INLINE

git-svn-id: trunk@47593 -
This commit is contained in:
pierre 2020-11-25 22:40:04 +00:00
parent bb80851d65
commit 787899b921

View File

@ -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 }