DevC ++ stack limit (Mingw)
1 answer
Try this option ld
(linker):
--stack
reserve--stack
reserve, commit
Specify the number of bytes of memory to reserve (and optionally commit) that will be used as the stack for this program. 2Mb is reserved by default, 4K fixed. [This parameter is specific to the target port of the i386 PE linker]
+1
a source to share