From 2146ed419cf4401104ab8cb8577db4aae8df3ffa Mon Sep 17 00:00:00 2001
From: simonmar <unknown>
Date: Wed, 10 May 2000 13:07:43 +0000
Subject: [PATCH] [project @ 2000-05-10 13:07:43 by simonmar] compile CType.lhs
 via-C, since the NCG's register allocator seems to behave suboptimally when
 presented with the huge switch in this file.

---
 ghc/compiler/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile
index 04812d3c79ab..e2d998c32c8c 100644
--- a/ghc/compiler/Makefile
+++ b/ghc/compiler/Makefile
@@ -1,5 +1,5 @@
 # -----------------------------------------------------------------------------
-# $Id: Makefile,v 1.76 2000/05/08 17:24:10 panne Exp $
+# $Id: Makefile,v 1.77 2000/05/10 13:07:43 simonmar Exp $
 
 TOP = ..
 include $(TOP)/mk/boilerplate.mk
@@ -142,6 +142,7 @@ usageSP/UsageSPInf_HC_OPTS	= -Onot
 
 prelude/PrimOp_HC_OPTS 		= -H12m -K3m
 parser/Lex_HC_OPTS		= -fvia-C -K2m -H16m 
+parser/Ctype_HC_OPTS		= -K2m -fvia-C
 
 rename/ParseIface_HC_OPTS 	+= -Onot -H45m -K2m -fno-warn-incomplete-patterns
 rename/ParseIface_HAPPY_OPTS    += -g
-- 
GitLab