diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2022-04-28 15:46:43 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-06-01 22:27:10 -0400 |
commit | 468f919b1bd27d8a58a789a6bb1be4295097388c (patch) | |
tree | 20259b0d37ee2ec7a588207561089bf346fda8ed /docs | |
parent | 5433a35e28e2487827b88f2396865c29ecee0833 (diff) | |
download | haskell-468f919b1bd27d8a58a789a6bb1be4295097388c.tar.gz |
Make -fcompact-unwind the default
This is a follow-up to !7247 (closed) making the inclusion of compact unwinding
sections the default.
Also a slight refactoring/simplification of the flag handling to add
-fno-compact-unwind.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/phases.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/users_guide/phases.rst b/docs/users_guide/phases.rst index b784fa7662..fb635531e3 100644 --- a/docs/users_guide/phases.rst +++ b/docs/users_guide/phases.rst @@ -1330,6 +1330,8 @@ for example). :type: dynamic :category: linking + :default: on + :since: 9.4.1 This instructs the linker to produce an executable that supports Apple's |