mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 17:48:01 +02:00
+ embedded uses also FPC_STDOUT_TRUE_ALIAS to save memory
git-svn-id: trunk@38212 -
This commit is contained in:
parent
efef9125b5
commit
6726150147
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user