diff options
author | Neil Mitchell <ndmitchell@gmail.com> | 2019-01-16 11:20:27 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-01-30 10:06:31 -0500 |
commit | 924a46075aa5d1835ea37b199f77d605cbc0cf05 (patch) | |
tree | ce6f3676879330ee08ef66ff38b3a7b3a3f313a5 /hadrian/build.cabal.bat | |
parent | cfbd39bd405b4cedd3ee10a6d4a2bdd89b6e2e2d (diff) | |
download | haskell-924a46075aa5d1835ea37b199f77d605cbc0cf05.tar.gz |
Avoid compiling Hadrian dependencies with profiling on Cabal/Windows
Diffstat (limited to 'hadrian/build.cabal.bat')
-rw-r--r-- | hadrian/build.cabal.bat | 2 |
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" |