[project @ 1999-05-13 17:30:50 by simonm]
[ghc-hetmet.git] / ghc / lib / std / Makefile
index 9c2b8cd..db136bf 100644 (file)
@@ -38,11 +38,6 @@ SRC_HC_OPTS += -static
 endif
 
 #
-# Profiling options
-WAY_p_HC_OPTS += -GPrelude
-WAY_mr_HC_OPTS += -GPrelude
-
-#
 # Object and interface files have suffixes tagged with their ways
 #
 ifneq "$(way)" ""
@@ -54,9 +49,6 @@ PrelArrExtra_HC_OPTS     += -monly-2-regs
 Directory_HC_OPTS       += -monly-3-regs 
 Time_HC_OPTS            += -monly-3-regs
 
-# argh, adding USP seems to require extra heap... an extra 2 to 6MB,
-# in fact, on each of these.  (KSW 1998-12)
-
 # Far too much heap is needed to compile PrelNumExtra with -O at the
 # moment, but there you go..
 PrelNumExtra_HC_OPTS     += -H34m -K2m