diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-11-21 19:17:41 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-11-22 11:27:42 -0500 |
commit | f5fbecc85967218fd8ba6512f10eea2daf2812ac (patch) | |
tree | e095276538dabb5b57ca75e27a788adbb875a056 /docs | |
parent | 8707911a8ba42619e77315f7c0443546991a6668 (diff) | |
download | haskell-f5fbecc85967218fd8ba6512f10eea2daf2812ac.tar.gz |
users guide: We no longer build libraries with -split-objs
We now generally use split-sections instead.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/phases.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/phases.rst b/docs/users_guide/phases.rst index 788b9befcd..f5f735b81b 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 |