From: simonmar Date: Tue, 16 Jan 2001 10:49:13 +0000 (+0000) Subject: [project @ 2001-01-16 10:49:13 by simonmar] X-Git-Tag: Approximately_9120_patches~2901 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=c60f0dd51ad0de279b72f2537b514eddf29c6d6f;p=ghc-hetmet.git [project @ 2001-01-16 10:49:13 by simonmar] re-instate -Rghc-timing --- 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))