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
30b08711
Commit
30b08711
authored
Oct 03, 2012
by
ian@well-typed.com
Browse files
Add a "Dynamic by default" field to the ghc --info output
parent
a6b0ab26
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/main/DynFlags.hs
View file @
30b08711
...
...
@@ -3097,6 +3097,8 @@ compilerInfo dflags
(
"Support SMP"
,
cGhcWithSMP
),
(
"Tables next to code"
,
cGhcEnableTablesNextToCode
),
(
"RTS ways"
,
cGhcRTSWays
),
(
"Dynamic by default"
,
if
dYNAMIC_BY_DEFAULT
dflags
then
"YES"
else
"NO"
),
(
"Leading underscore"
,
cLeadingUnderscore
),
(
"Debug on"
,
show
debugIsOn
),
(
"LibDir"
,
topDir
dflags
),
...
...
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