Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
317cad26
Commit
317cad26
authored
Dec 06, 2022
by
Cheng Shao
Committed by
Marge Bot
Jan 23, 2023
Browse files
hadrian: add missing docs for recently added flavour transformers
parent
1fe806d3
Pipeline
#61933
canceled with stages
in 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
hadrian/doc/flavours.md
View file @
317cad26
...
...
@@ -261,6 +261,10 @@ The supported transformers are listed below:
<td>
Just like
`no_dynamic_ghc`
, this transformer ensures statically-linked libraries
</td>
</tr>
<tr>
<td><code>
native_bignum
</code></td>
<td>
Use the native
<code>
ghc-bignum
</code>
backend.
</td>
</tr>
<tr>
<td><code>
no_profiled_libs
</code></td>
<td>
Disables building of libraries in profiled build ways.
</td>
...
...
@@ -300,6 +304,18 @@ The supported transformers are listed below:
<td>
Enable Core, STG, and C-- linting in all compilation with the stage1
compiler.
</td>
</tr>
<tr>
<td><code>
haddock
</code></td>
<td>
Emit haddock documentation into the interface files via
<code>
-haddock
</code>
.
</td>
</tr>
<tr>
<td><code>
hi_core
</code></td>
<td>
Emit whole Core bindings into the interface files via
<code>
-fwrite-if-simplified-core
</code>
.
</td>
</tr>
<tr>
<td><code>
late_ccs
</code></td>
<td>
Enable
<code>
-fprof-late
</code>
in profiled libraries.
</td>
</tr>
</table>
### Static
...
...
Marge Bot
💬
@marge-bot
mentioned in merge request
!9472 (closed)
·
Jan 23, 2023
mentioned in merge request
!9472 (closed)
mentioned in merge request !9472
Toggle commit list
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