mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 22:29:44 +02:00
* limit IDE stack to 3M on windows to avoid trouble at IDE startup at least on XP x64
git-svn-id: trunk@12650 -
This commit is contained in:
parent
9869a2b29d
commit
56ef86333d
@ -14,12 +14,15 @@
|
||||
**********************************************************************}
|
||||
program FP;
|
||||
|
||||
{$ifdef IncRes}
|
||||
{$ifdef Windows}
|
||||
{ some windows versions, namely at least XP x64 don't like if the IDE stack
|
||||
is too big }
|
||||
{$maxstacksize 3000000}
|
||||
{$ifdef IncRes}
|
||||
{$R fpw32t.rc}
|
||||
{$R fpw32ico.rc}
|
||||
{$endif Windows}
|
||||
{$endif IncRes}
|
||||
{$endif Windows}
|
||||
|
||||
{$I globdir.inc}
|
||||
(**********************************************************************)
|
||||
|
Loading…
Reference in New Issue
Block a user