summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Klebinger <klebinger.andreas@gmx.at>2022-05-12 21:07:26 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-06-27 08:01:39 -0400
commit38378be3506f0d4f597fcd5aa2d9db3124fbf535 (patch)
tree57da58f57a7bf6a0f8dfe4622ce66310e5860a6f
parentd7b0642beb31799b0290ed87f3b731ab70a2617f (diff)
downloadhaskell-38378be3506f0d4f597fcd5aa2d9db3124fbf535.tar.gz
hadrian: Improve haddocks for ghcDebugAssertions
-rw-r--r--hadrian/doc/user-settings.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/hadrian/doc/user-settings.md b/hadrian/doc/user-settings.md
index 7b304ec0f3..85595e1a2e 100644
--- a/hadrian/doc/user-settings.md
+++ b/hadrian/doc/user-settings.md
@@ -37,7 +37,7 @@ data Flavour = Flavour {
ghcProfiled :: Bool,
-- | Build GHC with the debug RTS.
ghcDebugged :: Bool,
- -- | Build GHC with debug assertions.
+ -- | Build GHC with debug assertions (-DDEBUG).
ghcDebugAssertions :: Bool,
-- | Build the GHC executable against the threaded runtime system.
ghcThreaded :: Bool,