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

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


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

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

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

commit cdf6d7dfe08e4234154252c6e9665507ed7e519f
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


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

cdf6d7dfe08e4234154252c6e9665507ed7e519f
 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 96f2725..9daacbc 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