From fc356c46f6079ccedd7ca48df0f504fcc2c32c69 Mon Sep 17 00:00:00 2001 From: sewardj Date: Tue, 13 Feb 2001 10:12:45 +0000 Subject: [PATCH] [project @ 2001-02-13 10:12:45 by sewardj] PrelCError_HC_OPTS = +RTS -K4m -RTS --- ghc/lib/std/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc/lib/std/Makefile b/ghc/lib/std/Makefile index eacf631..cc68356 100644 --- a/ghc/lib/std/Makefile +++ b/ghc/lib/std/Makefile @@ -57,6 +57,7 @@ endif # Special options PrelStorable_HC_OPTS = -monly-3-regs +PrelCError_HC_OPTS = +RTS -K4m -RTS #----------------------------------------------------------------------------- # Dependency generation -- 1.7.10.4