+ define FPC_NO_DEFAULT_HEAP for the embedded target as well

git-svn-id: trunk@33694 -
This commit is contained in:
florian 2016-05-16 13:26:39 +00:00
parent b2f15e2736
commit 6f9d74b83e

View File

@ -34,6 +34,7 @@ Unit System;
{$define DISABLE_NO_THREAD_MANAGER}
{ Do not use standard memory manager }
{$define HAS_MEMORYMANAGER}
{$define FPC_NO_DEFAULT_HEAP}
{$define FPC_ANSI_TEXTFILEREC}