mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 16:10:41 +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
|
||||
{ including 16384 margin for stackchecking }
|
||||
DefaultStackSize = 32768;
|
||||
{ includes 16384 bytes margin for stackchecking }
|
||||
DefaultStackSize = 4*1024*1024;
|
||||
|
||||
type
|
||||
PEventState = pointer;
|
||||
|
Loading…
Reference in New Issue
Block a user