+ embedded uses also FPC_STDOUT_TRUE_ALIAS to save memory

git-svn-id: trunk@38212 -
This commit is contained in:
florian 2018-02-11 19:06:46 +00:00
parent efef9125b5
commit 6726150147

View File

@ -38,6 +38,9 @@ Unit System;
{$define FPC_ANSI_TEXTFILEREC}
{ make output and stdout as well as input and stdin equal to save memory }
{$define FPC_STDOUT_TRUE_ALIAS}
{$ifdef CPUI8086}
{$DEFINE FPC_INCLUDE_SOFTWARE_MUL}
{$DEFINE FPC_INCLUDE_SOFTWARE_MOD_DIV}