[project @ 2000-11-22 10:13:43 by sewardj]
authorsewardj <unknown>
Wed, 22 Nov 2000 10:13:43 +0000 (10:13 +0000)
committersewardj <unknown>
Wed, 22 Nov 2000 10:13:43 +0000 (10:13 +0000)
Don't commit junk in the Makefile :-(

ghc/compiler/Makefile

index ace5c94..6fc7daf 100644 (file)
@@ -1,5 +1,5 @@
 # -----------------------------------------------------------------------------
-# $Id: Makefile,v 1.116 2000/11/22 10:01:45 sewardj Exp $
+# $Id: Makefile,v 1.117 2000/11/22 10:13:43 sewardj Exp $
 
 TOP = ..
 include $(TOP)/mk/boilerplate.mk
@@ -165,7 +165,7 @@ space:= $(empty) $(empty)
 SRC_HC_OPTS += \
   -cpp -fglasgow-exts \
   -Rghc-timing -I. -IcodeGen -InativeGen -Iparser \
-  -i$(subst $(space),:,$(DIRS)) -O -H32m -prof
+  -i$(subst $(space),:,$(DIRS)) 
 
 ghc_407_at_least = $(shell expr "$(GhcMinVersion)" \>= 7)
 ifeq "$(ghc_407_at_least)" "1"