diff --git a/ghc/lib/Makefile b/ghc/lib/Makefile index b6fe350c2d7230eb6764dd3ccd48126d06372dc8..e4317e8203df3101ea76300c78e3190e4cab6a57 100644 --- a/ghc/lib/Makefile +++ b/ghc/lib/Makefile @@ -4,7 +4,7 @@ # # Makefile for building the GHC Prelude libraries umpteen ways # -# $Id: Makefile,v 1.9 1997/05/18 04:27:38 sof Exp $ +# $Id: Makefile,v 1.10 1997/05/26 05:15:12 sof Exp $ # # ################################################################################# @@ -36,7 +36,7 @@ HS_IFACES= $(HS_SRCS:.lhs=.$(way_)hi) ghc/GHC.$(way_)hi #----------------------------------------------------------------------------- # Setting the GHC compile options -SRC_HC_OPTS += -recomp -cpp -fglasgow-exts -fvia-C $(GhcLibHcOpts) +SRC_HC_OPTS += -recomp -cpp -fglasgow-exts -fvia-C -Rghc-timing $(GhcLibHcOpts) # # Profiling options