summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Mitchell <ndmitchell@gmail.com>2019-01-16 11:20:27 -0500
committerBen Gamari <ben@smart-cactus.org>2019-01-30 10:06:31 -0500
commit924a46075aa5d1835ea37b199f77d605cbc0cf05 (patch)
treece6f3676879330ee08ef66ff38b3a7b3a3f313a5
parentcfbd39bd405b4cedd3ee10a6d4a2bdd89b6e2e2d (diff)
downloadhaskell-924a46075aa5d1835ea37b199f77d605cbc0cf05.tar.gz
Avoid compiling Hadrian dependencies with profiling on Cabal/Windows
-rw-r--r--hadrian/build.cabal.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/hadrian/build.cabal.bat b/hadrian/build.cabal.bat
index 3344791bc8..aa0acab4e4 100644
--- a/hadrian/build.cabal.bat
+++ b/hadrian/build.cabal.bat
@@ -1,6 +1,6 @@
@echo off
set CABAL=cabal
-set CABFLAGS=--disable-documentation --disable-profiling
+set CABFLAGS=--disable-documentation --disable-profiling --disable-library-profiling
rem It is currently more robust to pass Cabal an absolute path to the project file.
set PROJ="%CD%/hadrian/cabal.project"