[commit: ghc] wip/T16212-fixed, wip/sgraf-no-exnstr: Avoid compiling Hadrian dependencies with profiling on Cabal/Windows (924a460)

git at git.haskell.org git at git.haskell.org
Fri Feb 1 05:54:30 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/924a46075aa5d1835ea37b199f77d605cbc0cf05/ghc

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

commit 924a46075aa5d1835ea37b199f77d605cbc0cf05
Author: Neil Mitchell <ndmitchell at gmail.com>
Date:   Wed Jan 16 11:20:27 2019 -0500

    Avoid compiling Hadrian dependencies with profiling on Cabal/Windows


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

924a46075aa5d1835ea37b199f77d605cbc0cf05
 hadrian/build.cabal.bat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadrian/build.cabal.bat b/hadrian/build.cabal.bat
index 3344791..aa0acab 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"



More information about the ghc-commits mailing list