From 7ac22b73b38b60bc26ad2508f57732aa17532a80 Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Thu, 19 Oct 2017 11:45:19 -0400 Subject: User's guide: Fix the category of some flags MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit so now “7.6.12. Language options” only lists `-X` flags, as it should. --- docs/users_guide/phases.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/users_guide/phases.rst') 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. -- cgit v1.2.1