Defult stack size on Windows?

Simon s.d.hammett at gmail.com
Tue Feb 15 10:22:28 PST 2011


On 14/02/2011 22:47, Nick Sabalausky wrote:
> Anyone know what DMD/OPTLINK's default stack size on windows is? Or how to
> find out?

Dunno.


> Also, I don't suppose there's a way to give a linker flag to DMD that it'll
> simply ignore on non-Windows platforms, is there?
>

Last time I played with it you can't pass any linker flags via DMD cos 
of a bug. If you do it separately then you can use the /stack switch:

http://www.digitalmars.com/ctg/ctgLinkSwitches.html#stack

-- 
My enormous talent is exceeded only by my outrageous laziness.
http://www.ssTk.co.uk


More information about the Digitalmars-d-learn mailing list