Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
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
Show whitespace changes
Inline
Side-by-side
compiler/main/DynFlags.hs
View file @
aca3dd74
...
@@ -1863,5 +1863,7 @@ compilerInfo = [("Project name", cProjectName),
...
@@ -1863,5 +1863,7 @@ compilerInfo = [("Project name", cProjectName),
(
"Tables next to code"
,
cGhcEnableTablesNextToCode
),
(
"Tables next to code"
,
cGhcEnableTablesNextToCode
),
(
"Win32 DLLs"
,
cEnableWin32DLLs
),
(
"Win32 DLLs"
,
cEnableWin32DLLs
),
(
"RTS ways"
,
cGhcRTSWays
),
(
"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
.
Attach a 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