mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-25 12:29:48 +02:00
- disabled PACKSET for big endian systems since it breaks make cycle
(please first commit tests and wait till the results are known before enabling new experimental features in the compiler itself) git-svn-id: trunk@5322 -
This commit is contained in:
parent
58ab2a1b7e
commit
f5d653a1fd
@ -22,7 +22,9 @@
|
||||
{ This reduces the memory requirements a lot }
|
||||
{$PACKENUM 1}
|
||||
{$ifdef FPC_HAS_VARSETS}
|
||||
{$ifndef FPC_BIG_ENDIAN}
|
||||
{$PACKSET 1}
|
||||
{$endif}
|
||||
{$endif FPC_HAS_VARSETS}
|
||||
|
||||
{ We don't use exceptions, so turn off the implicit
|
||||
|
Loading…
Reference in New Issue
Block a user