summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2016-03-26 01:32:46 +0100
committerBen Gamari <ben@smart-cactus.org>2016-03-26 01:32:46 +0100
commitc117e27f2e91990c8a96b92c130d341b8f3938d7 (patch)
treeb544dc9cdcde23e3293d78250f1d63083318a316 /compiler
parent237f7abac1730347e03e4dccf1c05909a79d50cb (diff)
downloadhaskell-wip/eventlog-heap-profile.tar.gz
Diffstat (limited to 'compiler')
-rw-r--r--compiler/main/DynFlags.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs
index e4451f41b5..1ab2c937c7 100644
--- a/compiler/main/DynFlags.hs
+++ b/compiler/main/DynFlags.hs
@@ -2345,7 +2345,7 @@ dynamic_flags_deps = [
d { enableTimeStats = True })))
------- ways ---------------------------------------------------------------
- , make_ord_flag defGhcFlag "prof" (NoArg (addWay WayProf))
+ , make_ord_flag defGhcFlag "prof" (NoArg (addWay WayProf >> addWay WayEventLog))
, make_ord_flag defGhcFlag "eventlog" (NoArg (addWay WayEventLog))
, make_dep_flag defGhcFlag "smp"
(NoArg $ addWay WayThreaded) "Use -threaded instead"