Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
062c0fab
Commit
062c0fab
authored
Nov 25, 2005
by
simonmar
Browse files
[project @ 2005-11-25 13:04:41 by simonmar]
-ddump-minimal-imports shouldn't turn off recompilation checking
parent
2c6f7109
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/main/DynFlags.hs
View file @
062c0fab
...
...
@@ -891,7 +891,7 @@ dynamic_flags = [
,
(
"dverbose-stg2stg"
,
setDumpFlag
Opt_D_verbose_stg2stg
)
,
(
"ddump-hi-diffs"
,
NoArg
(
setDynFlag
Opt_D_dump_hi_diffs
))
,
(
"ddump-hi"
,
setDumpFlag
Opt_D_dump_hi
)
,
(
"ddump-minimal-imports"
,
setD
ump
Flag
Opt_D_dump_minimal_imports
)
,
(
"ddump-minimal-imports"
,
NoArg
(
setD
yn
Flag
Opt_D_dump_minimal_imports
)
)
,
(
"ddump-vect"
,
setDumpFlag
Opt_D_dump_vect
)
,
(
"dcore-lint"
,
NoArg
(
setDynFlag
Opt_DoCoreLinting
))
,
(
"dstg-lint"
,
NoArg
(
setDynFlag
Opt_DoStgLinting
))
...
...
Write
Preview
Markdown
is supported
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