]> 4ch.mooo.com Git - 16.git/commit
reduce stack size. Watcom C makes STACK part of DGROUP and will error
authorJonathan Campbell <jonathan@castus.tv>
Wed, 6 Apr 2016 17:14:33 +0000 (10:14 -0700)
committerJonathan Campbell <jonathan@castus.tv>
Wed, 6 Apr 2016 17:14:33 +0000 (10:14 -0700)
commitaeae19c142c9aedc32400c30ea027ee8ca8948bd
tree97dbd408eb549739c7e5523c79f9197c36f5f16f
parentbb3be3ebd67ad43d7b5705efc2b5be70fad01422
reduce stack size. Watcom C makes STACK part of DGROUP and will error
out if DGROUP exceeds 64KB. I can't find the switches or options to not
make STACK part of DGROUP. 55KB of stack is overkill for 16-bit DOS
anyway.
makefile