Is there a way to increase the stack size of a Windows application at compile/link time with GCC?
There are two stack sizes in Windows. The initially commited size, and the total reserved size. You can set both with a STACKSIZE statement in a .def file.