Issue
Is there a way to increase the stack size of a Windows application at compile/link time with GCC?
id='dv4'>
Solution
You could run editbin after linking.
Answered By - leppie Answer Checked By - Cary Denson (WPSolving Admin)
December 27, 2023 compiler-construction, gcc, linker, stack, windows
Is there a way to increase the stack size of a Windows application at compile/link time with GCC?
You could run editbin after linking.