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
f47590d7
Commit
f47590d7
authored
Feb 07, 2007
by
simonpj@microsoft.com
Browse files
Force recompilation with -ddump-minimal-imports
parent
119ede05
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/main/DynFlags.hs
View file @
f47590d7
...
...
@@ -963,7 +963,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"
,
NoArg
(
setD
yn
Flag
Opt_D_dump_minimal_imports
)
)
,
(
"ddump-minimal-imports"
,
setD
ump
Flag
Opt_D_dump_minimal_imports
)
,
(
"ddump-vect"
,
setDumpFlag
Opt_D_dump_vect
)
,
(
"ddump-hpc"
,
setDumpFlag
Opt_D_dump_hpc
)
...
...
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