[project @ 2001-01-16 10:49:13 by simonmar]
authorsimonmar <unknown>
Tue, 16 Jan 2001 10:49:13 +0000 (10:49 +0000)
committersimonmar <unknown>
Tue, 16 Jan 2001 10:49:13 +0000 (10:49 +0000)
re-instate -Rghc-timing

ghc/compiler/Makefile

index d7ac0a0..5d1868d 100644 (file)
@@ -1,5 +1,5 @@
 # -----------------------------------------------------------------------------
-# $Id: Makefile,v 1.131 2001/01/09 17:43:57 rrt Exp $
+# $Id: Makefile,v 1.132 2001/01/16 10:49:13 simonmar Exp $
 
 TOP = ..
 include $(TOP)/mk/boilerplate.mk
@@ -161,7 +161,7 @@ empty:=
 space:= $(empty) $(empty)
 
 SRC_HC_OPTS += \
-  -cpp -fglasgow-exts \
+  -cpp -fglasgow-exts -Rghc-timing \
   -I. -IcodeGen -InativeGen -Iparser \
   -i$(subst $(space),:,$(DIRS))