From c60f0dd51ad0de279b72f2537b514eddf29c6d6f Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 16 Jan 2001 10:49:13 +0000 Subject: [PATCH] [project @ 2001-01-16 10:49:13 by simonmar] re-instate -Rghc-timing --- ghc/compiler/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index d7ac0a0..5d1868d 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -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)) -- 1.7.10.4