[commit: ghc] wip/nfs-locking: Build profiled libraries by default. (56526ff)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:06:56 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/56526ffc8dde7873fc35db912d9793eba1e63734/ghc
>---------------------------------------------------------------
commit 56526ffc8dde7873fc35db912d9793eba1e63734
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Wed Mar 9 23:49:48 2016 +0000
Build profiled libraries by default.
See #186, #218.
>---------------------------------------------------------------
56526ffc8dde7873fc35db912d9793eba1e63734
src/Settings/User.hs | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/Settings/User.hs b/src/Settings/User.hs
index dd6150a..6fc5536 100644
--- a/src/Settings/User.hs
+++ b/src/Settings/User.hs
@@ -30,10 +30,9 @@ userKnownPackages :: [Package]
userKnownPackages = []
-- | Control which ways library packages are built
--- FIXME: skip profiling for speed
-- FIXME: skip dynamic since it's currently broken #4
userLibraryWays :: Ways
-userLibraryWays = remove [profiling, dynamic]
+userLibraryWays = remove [dynamic]
-- | Control which ways the 'rts' package is built
userRtsWays :: Ways
More information about the ghc-commits
mailing list