Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
f5fbecc8
Commit
f5fbecc8
authored
Nov 21, 2018
by
Ben Gamari
🐢
Browse files
users guide: We no longer build libraries with -split-objs
We now generally use split-sections instead.
parent
8707911a
Changes
1
Show whitespace changes
Inline
Side-by-side
docs/users_guide/phases.rst
View file @
f5fbecc8
...
...
@@ -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
...
...
Administrator
@root
mentioned in commit
14ae4ab6
·
Dec 17, 2018
mentioned in commit
14ae4ab6
mentioned in commit 14ae4ab6d2ffc907ffe0a438acc51c614b72140e
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment