Increase Stack Size on Windows (GCC)

后端 未结 4 696
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-11-28 15:20

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

4条回答
  •  渐次进展
    2020-11-28 15:43

    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.

提交回复
热议问题