changeset 1406:1d07d7ff07b9

On OS/2 with Watcom add -sg option to attempt to grow the stack automatically. This seems to fix some unexplained crashes in _beginthread().
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 30 Nov 2011 05:37:00 +0000
parents b7aaf06e9367
children 2f10480d2c8a
files makefile.wpm
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/makefile.wpm	Tue Nov 29 21:04:46 2011 +0000
+++ b/makefile.wpm	Wed Nov 30 05:37:00 2011 +0000
@@ -4,7 +4,7 @@
 #
 #===================================================================
 OS22_H = $(%WATCOM)\h\os2
-CFLAGS  = -i=os2 -i=$(OS22_H) -bt=OS2 -zq -d2 -bd
+CFLAGS  = -i=os2 -i=$(OS22_H) -bt=OS2 -zq -d2 -bd -sg
 TKPATH=C:\Toolkit
 TLKTLIB = $(TKPATH)\LIB