Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
b9635d0a
Commit
b9635d0a
authored
Sep 16, 2020
by
Benjamin Maurer
Committed by
Marge Bot
Sep 29, 2020
Browse files
Description of flag `-H` was in 'verbosity options', moved to 'misc'.
Fixes
#18699
parent
bca4d36d
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/users_guide/using.rst
View file @
b9635d0a
...
...
@@ -1255,14 +1255,6 @@ messages and in GHCi:
the errors and warnings that originate later in the file are
displayed first.
.. ghc-flag:: -H ⟨size⟩
:shortdesc: Set the minimum size of the heap to ⟨size⟩
:type: dynamic
:category: misc
Set the minimum size of the heap to ⟨size⟩. This option is
equivalent to ``+RTS -Hsize``, see :ref:`rts-options-gc`.
.. ghc-flag:: -Rghc-timing
:shortdesc: Summarise timing stats for GHC (same as ``+RTS -tstderr``).
:type: dynamic
...
...
@@ -1508,6 +1500,14 @@ Some flags only make sense for a particular use case.
``
ghcversions
.
h
``
file
to
be
included
.
This
is
primarily
intended
to
be
used
by
GHC
's build system.
.. ghc-flag:: -H ⟨size⟩
:shortdesc: Set the minimum size of the heap to ⟨size⟩
:type: dynamic
:category: misc
Set the minimum size of the heap to ⟨size⟩. This option is
equivalent to ``+RTS -Hsize``, see :ref:`rts-options-gc`.
Other environment variables
~~~~~~~~~~~~~~~~~~~~~~~~~~~
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment