summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2021-12-02 20:46:59 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-12-07 06:28:59 -0500
commit5dbdf8781cdf35799e73e270632af6aac8d92e51 (patch)
tree9bddeca5988e21eb8b8d62d1c8767eb4aadb8df8 /docs
parent324772bbdec7737abe0a705fab77437c5d579704 (diff)
downloadhaskell-5dbdf8781cdf35799e73e270632af6aac8d92e51.tar.gz
rts: +RTS -DL should imply +RTS -Dl
Otherwise the user may be surprised by the missing context provided by the latter.
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/runtime_control.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/users_guide/runtime_control.rst b/docs/users_guide/runtime_control.rst
index 9ebc5db7f3..a51fb7f2a2 100644
--- a/docs/users_guide/runtime_control.rst
+++ b/docs/users_guide/runtime_control.rst
@@ -1361,6 +1361,7 @@ recommended for everyday use!
.. rts-flag:: -Dp DEBUG: prof
.. rts-flag:: -Da DEBUG: apply
.. rts-flag:: -Dl DEBUG: linker
+.. rts-flag:: -DL DEBUG: linker (verbose); implies :rts-flag:`-Dl`
.. rts-flag:: -Dm DEBUG: stm
.. rts-flag:: -Dz DEBUG: stack squeezing
.. rts-flag:: -Dc DEBUG: program coverage