Skip to content
Snippets Groups Projects
Commit e2656c34 authored by sof's avatar sof
Browse files

[project @ 1997-05-26 05:15:12 by sof]

Added -Rghc-timing
parent 8f533206
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment