[Git][ghc/ghc][master] ghc-bin: Build with eventlogging by default

Marge Bot gitlab at gitlab.haskell.org
Sun Nov 15 08:37:39 UTC 2020



 Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC


Commits:
fc644b1a by Ben Gamari at 2020-11-15T03:37:31-05:00
ghc-bin: Build with eventlogging by default

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.
- - - - -


1 changed file:

- ghc/ghc-bin.cabal.in


Changes:

=====================================
ghc/ghc-bin.cabal.in
=====================================
@@ -91,6 +91,8 @@ Executable ghc
     if flag(threaded)
       ghc-options: -threaded
 
+    ghc-options: -eventlog
+
     Other-Extensions:
         CPP
         NondecreasingIndentation



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/fc644b1a643128041cfec25db84e417851e28bab

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/fc644b1a643128041cfec25db84e417851e28bab
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20201115/b04dd956/attachment-0001.html>


More information about the ghc-commits mailing list