I developed a command line application on Linux which needs its stack to be increased. On Linux I just used the workaround: ulimit -s unlimited before running t
ulimit -s unlimited
From the project window:
Targets > [Your target] > info > Build > Other Linker Flags > [your flags]