[commit: ghc] wip/hadrian-disable-lib-prof: Avoid compiling Hadrian dependencies with profiling on Cabal/Linux (33b2e92)

git at git.haskell.org git at git.haskell.org
Mon Jan 21 19:35:14 UTC 2019


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/hadrian-disable-lib-prof
Link       : http://ghc.haskell.org/trac/ghc/changeset/33b2e92a074a4a9f857de27365fee846c0faf94b/ghc

>---------------------------------------------------------------

commit 33b2e92a074a4a9f857de27365fee846c0faf94b
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


>---------------------------------------------------------------

33b2e92a074a4a9f857de27365fee846c0faf94b
 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 8c7b594..2d3138b 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