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
Alex D
GHC
Commits
4ae3def2
Commit
4ae3def2
authored
Apr 26, 2013
by
ian@well-typed.com
Browse files
"ghc --info" now claims has "Support dynamic-too" as "YES"
parent
25dd77f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/main/DynFlags.hs
View file @
4ae3def2
...
...
@@ -3354,8 +3354,7 @@ compilerInfo dflags
(
"Support SMP"
,
cGhcWithSMP
),
(
"Tables next to code"
,
cGhcEnableTablesNextToCode
),
(
"RTS ways"
,
cGhcRTSWays
),
-- -dynamic-too doesn't work with --make yet; #7864
(
"Support dynamic-too"
,
"NO"
),
(
"Support dynamic-too"
,
"YES"
),
(
"Dynamic by default"
,
if
dYNAMIC_BY_DEFAULT
dflags
then
"YES"
else
"NO"
),
(
"GHC Dynamic"
,
if
cDYNAMIC_GHC_PROGRAMS
...
...
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