diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2020-12-21 08:59:27 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-01-27 17:38:32 -0500 |
commit | 925738839891b320b9436e7383d55dce2b8d4543 (patch) | |
tree | 23b1eff30fedebfabb827193ac5259a06a13ef6b /docs/users_guide/9.2.1-notes.rst | |
parent | 34a8a0e4cf188a30d2b4b65909f24185c80d071e (diff) | |
download | haskell-925738839891b320b9436e7383d55dce2b8d4543.tar.gz |
Deprecate -h flag
It is confusing that it defaults to two different things depending on
whether we are in the profiling way or not.
Use -hc if you have a profiling build
Use -hT if you have a normal build
Fixes #19031
Diffstat (limited to 'docs/users_guide/9.2.1-notes.rst')
-rw-r--r-- | docs/users_guide/9.2.1-notes.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/users_guide/9.2.1-notes.rst b/docs/users_guide/9.2.1-notes.rst index 6a2cc96128..717da75c33 100644 --- a/docs/users_guide/9.2.1-notes.rst +++ b/docs/users_guide/9.2.1-notes.rst @@ -85,6 +85,9 @@ Runtime system space lost to fragmentation is no longer counted as live data. +- The :rts-flag:`-h` flag has been deprecated, use either :rts-flag:`-hc` or + :rts-flag:`-hT` explicitly, as appropiate. + ``ghc-prim`` library ~~~~~~~~~~~~~~~~~~~~ |