Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Force 4.0 Reference - -s<n> set stack size http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 -S<n>               Set stack size
------------------------------------------------------------------------------
 Syntax
   -S<size>

 Arguments
   <size> is the stack size in bytes. Valid values are between 1 and 65534.

 Default
   None (stack size is left on the value set by the compiler).

 Description
   The -S switch is used to modify the created program's stack. The
   stack size setting overrides the stack specified by the -S compiler
   option. In most cases the default value for the program stack size
   that is set by the Force compiler is appropriate.

 Example
   . Set the application's stack size to the value set by the compiler.
   
     flink.exe test.obj
   
   . Set the application's stack size to 32768 bytes.
   
     flink.exe -S32768 test.obj

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson