digitalmars.D - Setting the stack size
- Franciszek Czekala <home valentimex.com> Dec 01 2010
- Jesse Phillips <jessekphillips+D gmail.com> Dec 01 2010
How do you set the stack size for D programs?
Dec 01 2010
Franciszek Czekala Wrote:How do you set the stack size for D programs?
http://bytes.com/topic/c/answers/221976-enlarge-stack-size-gcc "No. The stack size is not set in the ELF binary. It's a settable user resource limit; see RLIMIT_STACK in setrlimit(2)." Sorry don't know what Windows does.
Dec 01 2010








Jesse Phillips <jessekphillips+D gmail.com>