Hi,
Using MDL linker "mlink", I want to specify the stacksize but don't remember the utility of -cs, -csoff and -cson options. Do I have to specify -csoff if I want to define a particular stacksize, like:
mlink -csoff -s10000000 ......
or do I simply have to write
mlink -s10000000 ......
without any -cs option?
Thanks
Regards,
Jean-Claude