[commit: ghc] wip/T16212-fixed, wip/sgraf-no-exnstr: Avoid compiling Hadrian dependencies with profiling on Cabal/Linux (c85d708)
git at git.haskell.org
git at git.haskell.org
Fri Feb 1 05:54:53 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branches: wip/T16212-fixed,wip/sgraf-no-exnstr
Link : http://ghc.haskell.org/trac/ghc/changeset/c85d708c36d6a362d45a4e47ae3fefe18120df89/ghc
>---------------------------------------------------------------
commit c85d708c36d6a362d45a4e47ae3fefe18120df89
Author: Neil Mitchell <ndmitchell at gmail.com>
Date: Wed Jan 16 11:21:00 2019 -0500
Avoid compiling Hadrian dependencies with profiling on Cabal/Linux
>---------------------------------------------------------------
c85d708c36d6a362d45a4e47ae3fefe18120df89
hadrian/build.cabal.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hadrian/build.cabal.sh b/hadrian/build.cabal.sh
index f28c3e0..13ef927 100755
--- a/hadrian/build.cabal.sh
+++ b/hadrian/build.cabal.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
CABAL=cabal
-CABFLAGS="--disable-documentation --disable-profiling"
+CABFLAGS="--disable-documentation --disable-profiling --disable-library-profiling"
# It is currently more robust to pass Cabal an absolute path to the project file.
PROJ="$PWD/hadrian/cabal.project"
More information about the ghc-commits
mailing list