Mail Archives: cygwin/1998/06/17/06:48:42
Philippe Spozio wrote:
>How to deal with stack size adjustement
From the FAQ:
How can I adjust the heap/stack size of an application?
-------------------------------------------------------
Pass heap/stack linker arguments to gcc. To create foo.exe with a
heap size of 1024 and a stack size of 4096, you would invoke gcc as:
`gcc -Wl,--heap,1024,--stack,4096 -o foo foo.c'
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -