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
Glasgow Haskell Compiler
GHC
Commits
af4f9871
Commit
af4f9871
authored
Sep 03, 2012
by
ian@well-typed.com
Browse files
Remove unused -dopt-fuel
parent
056b27b4
Changes
2
Hide whitespace changes
Inline
Side-by-side
compiler/main/StaticFlagParser.hs
View file @
af4f9871
...
...
@@ -100,7 +100,6 @@ flagsStatic = [
,
Flag
"dsuppress-idinfo"
(
PassFlag
addOpt
)
,
Flag
"dsuppress-var-kinds"
(
PassFlag
addOpt
)
,
Flag
"dsuppress-type-signatures"
(
PassFlag
addOpt
)
,
Flag
"dopt-fuel"
(
AnySuffix
addOpt
)
,
Flag
"dno-debug-output"
(
PassFlag
addOpt
)
-- rest of the debugging flags are dynamic
...
...
compiler/main/StaticFlags.hs
View file @
af4f9871
...
...
@@ -60,9 +60,6 @@ module StaticFlags (
opt_UF_KeenessFactor
,
opt_UF_DearOp
,
-- Optimization fuel controls
opt_Fuel
,
-- misc opts
opt_ErrorSpans
,
...
...
@@ -219,9 +216,6 @@ opt_SuppressUniques
opt_PprStyle_Debug
::
Bool
opt_PprStyle_Debug
=
lookUp
(
fsLit
"-dppr-debug"
)
opt_Fuel
::
Int
opt_Fuel
=
lookup_def_int
"-dopt-fuel"
maxBound
opt_NoDebugOutput
::
Bool
opt_NoDebugOutput
=
lookUp
(
fsLit
"-dno-debug-output"
)
...
...
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