Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Alex D
GHC
Commits
66e5c386
Commit
66e5c386
authored
Jun 07, 2005
by
simonmar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[project @ 2005-06-07 09:55:03 by simonmar]
-ddump-hi-diffs shouldn't turn off recompilation checking
parent
6b320467
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ghc/compiler/main/DynFlags.hs
ghc/compiler/main/DynFlags.hs
+1
-1
No files found.
ghc/compiler/main/DynFlags.hs
View file @
66e5c386
...
...
@@ -870,7 +870,7 @@ dynamic_flags = [
,
(
"dsource-stats"
,
setDumpFlag
Opt_D_source_stats
)
,
(
"dverbose-core2core"
,
setDumpFlag
Opt_D_verbose_core2core
)
,
(
"dverbose-stg2stg"
,
setDumpFlag
Opt_D_verbose_stg2stg
)
,
(
"ddump-hi-diffs"
,
setD
ump
Flag
Opt_D_dump_hi_diffs
)
,
(
"ddump-hi-diffs"
,
NoArg
(
setD
yn
Flag
Opt_D_dump_hi_diffs
)
)
,
(
"ddump-hi"
,
setDumpFlag
Opt_D_dump_hi
)
,
(
"ddump-minimal-imports"
,
setDumpFlag
Opt_D_dump_minimal_imports
)
,
(
"ddump-vect"
,
setDumpFlag
Opt_D_dump_vect
)
...
...
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