[commit: ghc] wip/nfs-locking: Switch compileInterfaceFilesSeparately off by default. (c9ec473)
git at git.haskell.org
git at git.haskell.org
Thu Oct 26 23:53:26 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/c9ec473baba6bde9097a456e82dedfcc3bb1252e/ghc
>---------------------------------------------------------------
commit c9ec473baba6bde9097a456e82dedfcc3bb1252e
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Sat Jan 16 03:12:55 2016 +0000
Switch compileInterfaceFilesSeparately off by default.
See #174.
>---------------------------------------------------------------
c9ec473baba6bde9097a456e82dedfcc3bb1252e
src/Settings/User.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Settings/User.hs b/src/Settings/User.hs
index 5b82571..2a1471d 100644
--- a/src/Settings/User.hs
+++ b/src/Settings/User.hs
@@ -105,4 +105,4 @@ turnWarningsIntoErrors = return False
-- | Decouple the compilation of @*.hi@ and @*.o@ files by setting to True.
compileInterfaceFilesSeparately :: Bool
-compileInterfaceFilesSeparately = True
+compileInterfaceFilesSeparately = False
More information about the ghc-commits
mailing list