From: rcrampton@armature.com (Robin Crampton)
Subject: RE: A stupid question + some others
17 Jun 1998 06:48:42 -0700
Message-ID: <TFSHIVJM.cygnus.gnu-win32@armature.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
To: gnu-win32@cygnus.com, pspozio@hol.fr

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@cygnus.com" with one line of text: "help".
