Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
d85714eb
Commit
d85714eb
authored
Jun 20, 2007
by
andy@galois.com
Browse files
turning back on case liberation when using hpc
parent
629e852d
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/main/DynFlags.hs
View file @
d85714eb
...
...
@@ -59,7 +59,7 @@ import PrelNames ( mAIN )
import
StaticFlags
(
opt_Static
)
#
endif
import
StaticFlags
(
opt_PIC
,
WayName
(
..
),
v_Ways
,
v_Build_tag
,
v_RTS_Build_tag
,
opt_Hpc
)
v_RTS_Build_tag
)
import
{-#
SOURCE
#-
}
Packages
(
PackageState
)
import
DriverPhases
(
Phase
(
..
),
phaseInputExt
)
import
Config
...
...
@@ -677,7 +677,6 @@ getCoreToDo dflags
cse
=
dopt
Opt_CSE
dflags
spec_constr
=
dopt
Opt_SpecConstr
dflags
liberate_case
=
dopt
Opt_LiberateCase
dflags
&&
not
opt_Hpc
rule_check
=
ruleCheck
dflags
core_todo
=
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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