[commit: ghc] master: users guide: We no longer build libraries with -split-objs (f5fbecc)
git at git.haskell.org
git at git.haskell.org
Thu Nov 22 18:42:16 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/f5fbecc85967218fd8ba6512f10eea2daf2812ac/ghc
>---------------------------------------------------------------
commit f5fbecc85967218fd8ba6512f10eea2daf2812ac
Author: Ben Gamari <ben at smart-cactus.org>
Date: Wed Nov 21 19:17:41 2018 -0500
users guide: We no longer build libraries with -split-objs
We now generally use split-sections instead.
>---------------------------------------------------------------
f5fbecc85967218fd8ba6512f10eea2daf2812ac
docs/users_guide/phases.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/users_guide/phases.rst b/docs/users_guide/phases.rst
index 788b9be..f5f735b 100644
--- a/docs/users_guide/phases.rst
+++ b/docs/users_guide/phases.rst
@@ -745,7 +745,7 @@ for example).
However, assembling all the sections separately is expensive, so
this is slower than compiling normally. Additionally, the size of
the library itself (the ``.a`` file) can be a factor of 2 to 2.5
- larger. We use this feature for building GHC's libraries.
+ larger.
.. ghc-flag:: -split-sections
:shortdesc: Split sections for link-time dead-code stripping
More information about the ghc-commits
mailing list