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
aca3dd74
Commit
aca3dd74
authored
Jun 06, 2008
by
Ian Lynagh
Browse files
Show whether DEBUG is on in ghc --info
parent
089b2711
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/main/DynFlags.hs
View file @
aca3dd74
...
...
@@ -1863,5 +1863,7 @@ compilerInfo = [("Project name", cProjectName),
(
"Tables next to code"
,
cGhcEnableTablesNextToCode
),
(
"Win32 DLLs"
,
cEnableWin32DLLs
),
(
"RTS ways"
,
cGhcRTSWays
),
(
"Leading underscore"
,
cLeadingUnderscore
)]
(
"Leading underscore"
,
cLeadingUnderscore
),
(
"Debug on"
,
show
debugIsOn
)
]
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