* rtl/atari: do not default to tinyheap for now. the compiler itself doesn't work with tinyheap for some reason

This commit is contained in:
Karoly Balogh 2022-01-26 01:06:01 +01:00
parent 1e90a4db3e
commit f12fcc9e06

View File

@ -21,7 +21,7 @@ interface
{$define FPC_IS_SYSTEM}
{$define FPC_STDOUT_TRUE_ALIAS}
{$define FPC_ANSI_TEXTFILEREC}
{$define FPC_ATARI_USE_TINYHEAP}
{.$define FPC_ATARI_USE_TINYHEAP}
{$ifdef FPC_ATARI_USE_TINYHEAP}
{$define HAS_MEMORYMANAGER}