diff options
author | Benjamin Maurer <maurer.benjamin@gmail.com> | 2020-09-03 17:44:05 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-09-04 22:27:01 -0400 |
commit | 0be8e746b820662a09bf9e406bb7e86da3b548e6 (patch) | |
tree | 693f582beae7c3aca28d1ffb750d9b2c531f8931 /docs/users_guide/codegens.rst | |
parent | 07bdcac38c90e79db9e4327f87c5400630dfe74b (diff) | |
download | haskell-0be8e746b820662a09bf9e406bb7e86da3b548e6.tar.gz |
Documented the as of yet undocumented '--print-*' GHC flags,
as well as `-split-objs`, since that is related to
`--print-object-splitting-supported`.
See #18641
Diffstat (limited to 'docs/users_guide/codegens.rst')
-rw-r--r-- | docs/users_guide/codegens.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/users_guide/codegens.rst b/docs/users_guide/codegens.rst index 2801518700..1cad4b7659 100644 --- a/docs/users_guide/codegens.rst +++ b/docs/users_guide/codegens.rst @@ -124,4 +124,5 @@ to build GHC with the appropriate options set. Consult the GHC Building Guide for details. You can check if your GHC is unregisterised by calling +``ghc --print-unregisterised`` (see :ghc-flag:`--print-unregisterised`) or ``ghc --info`` (see :ghc-flag:`--info`). |