summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Mitchell <ndmitchell@gmail.com>2019-01-16 11:21:00 -0500
committerBen Gamari <ben@smart-cactus.org>2019-01-24 15:44:48 -0500
commite6644a296d2309ad5e6afde205273ba701b9f636 (patch)
treefaff9d37feae353f5d129d305613e36d53235516
parent7928b52435eee3e42d1fa522d22ff69759a65428 (diff)
downloadhaskell-wip/hadrian-disable-lib-prof.tar.gz
Avoid compiling Hadrian dependencies with profiling on Cabal/Linuxwip/hadrian-disable-lib-prof
-rwxr-xr-xhadrian/build.cabal.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hadrian/build.cabal.sh b/hadrian/build.cabal.sh
index 8c7b59492e..2d3138bf33 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"