mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 07:09:23 +02:00
* initialization for -Cs and -Ch removed - target defaults used instead
git-svn-id: trunk@4203 -
This commit is contained in:
parent
1c4312ebd1
commit
b5638411e1
@ -1184,10 +1184,13 @@ begin
|
|||||||
{$endif i386}
|
{$endif i386}
|
||||||
{ FPC mode}
|
{ FPC mode}
|
||||||
CompilerModeSwitches^.SetCurrSel(0);
|
CompilerModeSwitches^.SetCurrSel(0);
|
||||||
|
(* Use platform defaults for memory switches. *)
|
||||||
{ 128k stack }
|
{ 128k stack }
|
||||||
MemorySwitches^.SetLongintItem(0,65536*2);
|
{ MemorySwitches^.SetLongintItem(0,65536*2);}
|
||||||
|
MemorySwitches^.SetLongintItem(0,0);
|
||||||
{ 2 MB heap }
|
{ 2 MB heap }
|
||||||
MemorySwitches^.SetLongintItem(1,1024*1024*2);
|
{ MemorySwitches^.SetLongintItem(1,1024*1024*2);}
|
||||||
|
MemorySwitches^.SetLongintItem(1,0);
|
||||||
{ goto/lable allowed }
|
{ goto/lable allowed }
|
||||||
SyntaxSwitches^.SetBooleanItem(1,true);
|
SyntaxSwitches^.SetBooleanItem(1,true);
|
||||||
{ inline allowed }
|
{ inline allowed }
|
||||||
|
Loading…
Reference in New Issue
Block a user