[project @ 2001-08-01 20:37:00 by qrczak]
[ghc-hetmet.git] / ghc / utils / genprimopcode / Makefile
index 753fd94..30f9362 100644 (file)
@@ -1,11 +1,13 @@
 # -----------------------------------------------------------------------------
-# $Id: Makefile,v 1.5 2001/03/23 16:36:22 simonmar Exp $
+# $Id: Makefile,v 1.6 2001/08/01 20:37:00 qrczak Exp $
 
 TOP=../..
 include $(TOP)/mk/boilerplate.mk
 
 HS_PROG        = genprimopcode
 SRC_HC_OPTS   += -syslib text
+# TODO: remove -H80M when the strictness analyser is working again.
+Main_HC_OPTS   = -H80M
 
 # genprimopcode is needed to boot in ghc/compiler...
 ifneq "$(BootingFromHc)" "YES"