summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@well-typed.com>2020-11-13 10:16:36 -0500
committerBen Gamari <ben@well-typed.com>2020-11-13 10:16:36 -0500
commite2a03196d5da68c218272b5e181ae21cd7542e0c (patch)
treee66be839d05d60f15fc6629732fdc765d762f987
parent5506f1342e51bad71a7525ddad0650d1ac63afeb (diff)
downloadhaskell-wip/ghc-eventlog.tar.gz
ghc-bin: Build with eventlogging by defaultwip/ghc-eventlog
We now have all sorts of great facilities using the eventlog which were previously unavailable without building a custom GHC. Fix this by linking with `-eventlog` by default.
-rw-r--r--ghc/ghc-bin.cabal.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/ghc/ghc-bin.cabal.in b/ghc/ghc-bin.cabal.in
index f15ad5e1e3..5884984474 100644
--- a/ghc/ghc-bin.cabal.in
+++ b/ghc/ghc-bin.cabal.in
@@ -91,6 +91,8 @@ Executable ghc
if flag(threaded)
ghc-options: -threaded
+ ghc-options: -eventlog
+
Other-Extensions:
CPP
NondecreasingIndentation