[commit: haddock] T6018-injective-type-families, adamse-D1033, ghc-head, master, metainfo, wip/10268, wip/10313, wip/D538, wip/D538-1, wip/D538-2, wip/D538-3, wip/D538-4, wip/D538-5, wip/D538-6, wip/D548-master, wip/D548-master-2, wip/T10483, wip/T9840, wip/api-annot-tweaks-7.10, wip/api-annots-ghc-7.10-3, wip/orf-reboot: Remove -fobject-code from .ghci (36ad2fd)

git at git.haskell.org git at git.haskell.org
Wed Jul 8 08:32:11 UTC 2015


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

On branches: T6018-injective-type-families,adamse-D1033,ghc-head,master,metainfo,wip/10268,wip/10313,wip/D538,wip/D538-1,wip/D538-2,wip/D538-3,wip/D538-4,wip/D538-5,wip/D538-6,wip/D548-master,wip/D548-master-2,wip/T10483,wip/T9840,wip/api-annot-tweaks-7.10,wip/api-annots-ghc-7.10-3,wip/orf-reboot
Link       : http://git.haskell.org/haddock.git/commitdiff/36ad2fd75a4bb559b32b8baa088b6146f8f70c2d

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

commit 36ad2fd75a4bb559b32b8baa088b6146f8f70c2d
Author: Simon Hengel <sol at typeful.net>
Date:   Sun Nov 2 07:25:30 2014 +0800

    Remove -fobject-code from .ghci
    
    (this slows down reloads on modifications)


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

36ad2fd75a4bb559b32b8baa088b6146f8f70c2d
 haddock-library/.ghci | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/haddock-library/.ghci b/haddock-library/.ghci
index f0bc910..78950a5 100644
--- a/haddock-library/.ghci
+++ b/haddock-library/.ghci
@@ -1 +1 @@
-:set -isrc -ivendor/attoparsec-0.12.1.1 -itest -idist/build -idist/build/autogen -optP-include -optPdist/build/autogen/cabal_macros.h -fobject-code
+:set -isrc -ivendor/attoparsec-0.12.1.1 -itest -idist/build -idist/build/autogen -optP-include -optPdist/build/autogen/cabal_macros.h



More information about the ghc-commits mailing list