I\'m testing the timing of an algorithm that does lots of recursive calls. My program dies at about 128k recursive calls, and this takes only .05 seconds. I\'d like to allow
There is no stack size complier option for gcc under Linux. However this text discusses how to set the stack size on Linux. using the ulimit command.
ulimit