diff options
author | Simon Jakobi <simon.jakobi@gmail.com> | 2018-03-29 13:35:40 +0200 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-03-29 13:44:44 -0400 |
commit | 0017a7b618353bf984d701f6d8ee2810a425e5b3 (patch) | |
tree | 3baddc130159584dc8bf6f5af39d3d0414f262d6 /docs | |
parent | 0951e03efe9492b01cea3bf59a7cb4a3baaea8bd (diff) | |
download | haskell-0017a7b618353bf984d701f6d8ee2810a425e5b3.tar.gz |
Fix syntax in -flate-specialise docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/using-optimisation.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/users_guide/using-optimisation.rst b/docs/users_guide/using-optimisation.rst index d6c24de502..84664062dc 100644 --- a/docs/users_guide/using-optimisation.rst +++ b/docs/users_guide/using-optimisation.rst @@ -888,6 +888,8 @@ by saying ``-fno-wombat``. :shortdesc: Run a late specialisation pass :type: dynamic :reverse: -fno-late-specialise + :category: + :default: off Runs another specialisation pass towards the end of the optimisation |