summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/debugging.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/users_guide/debugging.rst b/docs/users_guide/debugging.rst
index f9e6946b20..b9dcdb4a47 100644
--- a/docs/users_guide/debugging.rst
+++ b/docs/users_guide/debugging.rst
@@ -860,6 +860,14 @@ parts that you are not interested in.
Suppress the printing of closure free variable lists in STG output
+.. ghc-flag:: -dsuppress-core-sizes
+ :shortdesc: Suppress the printing of core size stats per binding (since 9.4)
+ :type: dynamic
+
+ :since: 9.4.1
+
+ Suppress the printing of core size stats per binding
+
.. _checking-consistency: