From c015aa507f3c87f1309f261527e2fca2255122ce Mon Sep 17 00:00:00 2001 From: simonm Date: Wed, 27 Jan 1999 17:37:18 +0000 Subject: [PATCH] [project @ 1999-01-27 17:37:18 by simonm] Increase CmdLineOpts stack size. --- ghc/compiler/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index 8eda129..d0fd9c9 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.51 1999/01/20 11:14:21 simonm Exp $ +# $Id: Makefile,v 1.52 1999/01/27 17:37:18 simonm Exp $ TOP = .. include $(TOP)/mk/boilerplate.mk @@ -164,7 +164,7 @@ main/Main_HC_OPTS += -syslib misc -DREPORT_TO_MOTHERLODE endif endif -main/CmdLineOpts_HC_OPTS = -fvia-C -K4m +main/CmdLineOpts_HC_OPTS = -fvia-C -K6m nativeGen/PprMach_HC_OPTS = -K2m nativeGen/MachMisc_HC_OPTS = -K2m -fvia-C nativeGen/MachCode_HC_OPTS = -H10m -- 1.7.10.4