From: nishi Date: Thu, 6 Jun 2024 10:49:49 +0000 (+0000) Subject: fix dos X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=1a2d30c3215d5d6b88435a5d1d06a0bd5b7e2ef8;p=dataworks.git fix dos git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@164 d4a5a174-5a4a-5b4b-b672-37683c10d7d5 --- diff --git a/Platforms/dos.mk b/Platforms/dos.mk index 31eed61..305638a 100644 --- a/Platforms/dos.mk +++ b/Platforms/dos.mk @@ -3,6 +3,6 @@ WATCOM_PLATFORM=dos include Platforms/watcom.mk EXEC_SUFFIX=.exe -CFLAGS += -march=i86 -LDFLAGS += -march=i86 +CFLAGS += -march=i86 -mstack-size=8196 +LDFLAGS += -march=i86 -mstack-size=8196 SERVER_MODULE = hayes.o