diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2017-10-19 11:45:19 -0400 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2017-10-19 11:55:46 -0400 |
commit | 7ac22b73b38b60bc26ad2508f57732aa17532a80 (patch) | |
tree | fcba48f6072c33e46f142b473d79a0d5f69f7944 /docs/users_guide/phases.rst | |
parent | de8752e40bfdb05727c723abf97bdf158b5d9392 (diff) | |
download | haskell-7ac22b73b38b60bc26ad2508f57732aa17532a80.tar.gz |
User's guide: Fix the category of some flags
so now “7.6.12. Language options” only lists `-X` flags, as it should.
Diffstat (limited to 'docs/users_guide/phases.rst')
-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 d14a7fa5f1..d3189a5866 100644 --- a/docs/users_guide/phases.rst +++ b/docs/users_guide/phases.rst @@ -1145,5 +1145,5 @@ for example). executables to ensure that only one ``libHSrts`` is present if loaded into the address space of another Haskell process. - Also, you may need to use the :ghc-flags:`-rdynamic` flag to ensure that + Also, you may need to use the :ghc-flag:`-rdynamic` flag to ensure that that symbols are not dropped from your PIE objects. |