summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2018-11-21 19:17:41 -0500
committerBen Gamari <ben@smart-cactus.org>2018-11-22 14:01:30 -0500
commit14ae4ab6d2ffc907ffe0a438acc51c614b72140e (patch)
tree96b625d5f7501b1ec46126272a037517931a8606
parent22cd729abc4bcda999e3563759d8cb33160e6af6 (diff)
downloadhaskell-14ae4ab6d2ffc907ffe0a438acc51c614b72140e.tar.gz
users guide: We no longer build libraries with -split-objs
We now generally use split-sections instead. (cherry picked from commit f5fbecc85967218fd8ba6512f10eea2daf2812ac)
-rw-r--r--docs/users_guide/phases.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/phases.rst b/docs/users_guide/phases.rst
index 27948e7092..48cd3e7944 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