mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 21:48:09 +02:00
* replaced invalid {$STACKSIZE } directive with {$MINSTACKSIZE }
git-svn-id: trunk@12697 -
This commit is contained in:
parent
ae45a80d46
commit
c4310a6f08
@ -154,7 +154,7 @@ program pp;
|
||||
{$MAXSTACKSIZE 512000000}
|
||||
{$else win64}
|
||||
{ 1 MB stack }
|
||||
{$STACKSIZE 1000000}
|
||||
{$MINSTACKSIZE 1000000}
|
||||
{$endif win64}
|
||||
{$endif win32}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user