summaryrefslogtreecommitdiff
path: root/docs/users_guide/using-optimisation.rst
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2017-05-08 17:35:05 -0400
committerBen Gamari <ben@smart-cactus.org>2017-05-08 17:37:07 -0400
commit476307cee7ff142b0eff91d45fddf17775417814 (patch)
treebaa032d9d9af2675fdbac2a10edecb90b5483452 /docs/users_guide/using-optimisation.rst
parentc685a44776ca77cad813f32e3cc7f7a42daf1d7d (diff)
downloadhaskell-476307cee7ff142b0eff91d45fddf17775417814.tar.gz
users-guide: Fix a variety of warnings
Including #13665.
Diffstat (limited to 'docs/users_guide/using-optimisation.rst')
-rw-r--r--docs/users_guide/using-optimisation.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/users_guide/using-optimisation.rst b/docs/users_guide/using-optimisation.rst
index d52ed04d86..cfecc349bb 100644
--- a/docs/users_guide/using-optimisation.rst
+++ b/docs/users_guide/using-optimisation.rst
@@ -108,8 +108,7 @@ The easiest way to see what ``-O`` (etc.) “really mean” is to run with
These flags turn on and off individual optimisations. Flags marked as
on by default are enabled by ``-O``, and as such you shouldn't
need to set any of them explicitly. A flag ``-fwombat`` can be negated
-by saying ``-fno-wombat``. See :ref:`options-f-compact` for a compact
-list.
+by saying ``-fno-wombat``.
.. ghc-flag:: -fcase-merge