diff options
author | Simon Marlow <marlowsd@gmail.com> | 2018-05-10 17:39:53 +0100 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2018-05-10 17:39:53 +0100 |
commit | 87e169a30dae11444a90b4d37c3d30e57b9c275b (patch) | |
tree | c307b10d0d4169a8e0ab76788f321c14a1bab964 /docs | |
parent | e5bb515e651e33fadc90c016c28553f2e9d8a956 (diff) | |
download | haskell-87e169a30dae11444a90b4d37c3d30e57b9c275b.tar.gz |
Revert "Add -fghci-leak-check to check for space leaks"
This reverts commit 5fe6aaa3756cda654374ebfd883fa8f064ff64a4.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/ghci.rst | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/users_guide/ghci.rst b/docs/users_guide/ghci.rst index a5f5764a9e..f5dcfe3962 100644 --- a/docs/users_guide/ghci.rst +++ b/docs/users_guide/ghci.rst @@ -2025,17 +2025,6 @@ mostly obvious. It will create ``.ghci-history`` in current folder where GHCi is launched. -.. ghc-flag:: -fghci-leak-check - :shortdesc: (Debugging only) check for space leaks when loading - new modules in GHCi. - :type: dynamic - :reverse: -fno-ghci-leak-check - :category: - - (Debugging only) When loading new modules with ``:load``, check - that any previously loaded modules have been correctly garbage - collected. Emits messages if a leak is detected. - Packages ~~~~~~~~ |