From 1a2d30c3215d5d6b88435a5d1d06a0bd5b7e2ef8 Mon Sep 17 00:00:00 2001 From: nishi Date: Thu, 6 Jun 2024 10:49:49 +0000 Subject: [PATCH] fix dos git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@164 d4a5a174-5a4a-5b4b-b672-37683c10d7d5 --- Platforms/dos.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.43.0