Search code examples
windowsgcccompiler-constructionlinkerstack

Increase Stack Size on Windows (GCC)


Is there a way to increase the stack size of a Windows application at compile/link time with GCC?


Solution

  • You could run editbin after linking.