mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 10:29:21 +02:00
* set default stack size to 4 MiB instead of to 32 KiB
git-svn-id: trunk@12526 -
This commit is contained in:
parent
b7d461d0f0
commit
5a88be1030
@ -15,8 +15,8 @@
|
|||||||
**********************************************************************}
|
**********************************************************************}
|
||||||
|
|
||||||
const
|
const
|
||||||
{ including 16384 margin for stackchecking }
|
{ includes 16384 bytes margin for stackchecking }
|
||||||
DefaultStackSize = 32768;
|
DefaultStackSize = 4*1024*1024;
|
||||||
|
|
||||||
type
|
type
|
||||||
PEventState = pointer;
|
PEventState = pointer;
|
||||||
|
Loading…
Reference in New Issue
Block a user