mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-27 22:11:35 +01:00
* set pe flag on win32 for the pp executable that it is "large aware" (tested by allocating 1.5 GB before real compilation starts, no regressions found), resolves #31517
git-svn-id: trunk@35564 -
This commit is contained in:
parent
40aa63ae0d
commit
e12e47c01a
@ -152,6 +152,7 @@ program pp;
|
|||||||
{ 256 MB stack }
|
{ 256 MB stack }
|
||||||
{ under windows the stack can't grow }
|
{ under windows the stack can't grow }
|
||||||
{$MAXSTACKSIZE 256000000}
|
{$MAXSTACKSIZE 256000000}
|
||||||
|
{$setpeflags $20}
|
||||||
{$else win32}
|
{$else win32}
|
||||||
{$ifdef win64}
|
{$ifdef win64}
|
||||||
{ 512 MB stack }
|
{ 512 MB stack }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user