mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-23 02:18:41 +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}
|
{$MAXSTACKSIZE 512000000}
|
||||||
{$else win64}
|
{$else win64}
|
||||||
{ 1 MB stack }
|
{ 1 MB stack }
|
||||||
{$STACKSIZE 1000000}
|
{$MINSTACKSIZE 1000000}
|
||||||
{$endif win64}
|
{$endif win64}
|
||||||
{$endif win32}
|
{$endif win32}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user