Skip to content
Snippets Groups Projects
Commit ac55c1da authored by ttuegel's avatar ttuegel Committed by Duncan Coutts
Browse files

document default ghc-prof-options settings

parent 9169f02d
No related branches found
No related tags found
No related merge requests found
......@@ -1370,7 +1370,12 @@ values for these fields.
`ghc-prof-options:` _token list_
: Additional options for GHC when the package is built with profiling
enabled.
enabled. For libraries, `-fprof-auto-exported` is enabled by
default, automatically adding cost center annotations to all
exported bindings. For executables, `-fprof-auto-top` is enabled
by default, automatically adding cost center annotations to all
top-level bindings. In either case, set `-fno-prof-auto` to
override the default.
`ghc-shared-options:` _token list_
: Additional options for GHC when the package is built as shared library.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment