mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 10:00:31 +02:00
* use packenum 1 to save some memory
This commit is contained in:
parent
8e10477361
commit
158f65b646
@ -7,6 +7,9 @@
|
||||
{$H-}
|
||||
{$goto on}
|
||||
|
||||
{ This reduces the memory requirements a lot }
|
||||
{$PACKENUM 1}
|
||||
|
||||
{$define FPCPROCVAR}
|
||||
{$ifdef I386}
|
||||
{$define USEEXCEPT}
|
||||
|
Loading…
Reference in New Issue
Block a user