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
Glasgow Haskell Compiler
GHC
Commits
74a70c1b
Commit
74a70c1b
authored
Aug 23, 1999
by
simonmar
Browse files
[project @ 1999-08-23 15:54:12 by simonmar]
back out rev. 1.115 - -fno-cpr-analyse works fine.
parent
805982e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/driver/ghc.lprl
View file @
74a70c1b
...
...
@@ -228,7 +228,6 @@ sub setupOptFlags {
$Oopt_FinalStgProfilingMassage = '';
$Oopt_StgStats = '';
$Oopt_DoSpecialise = '-fspecialise';
$Oopt_DoCpr = '-fcpr-analyse';
$Oopt_FoldrBuild = 0; # *Off* by default!
$Oopt_UsageSPInf = ''; # Off by default
} # end of setupOptFlags
...
...
@@ -767,7 +766,7 @@ sub setupOptimiseFlags {
'-fstrictness',
$Oopt_DoCpr
,
'-fcpr-analyse'
,
'-fworker-wrapper',
'-fsimplify',
...
...
@@ -3087,9 +3086,6 @@ arg: while($_ = $Args[0]) {
/^-fno-speciali[sz]e$/
&& do { $Oopt_DoSpecialise = ''; next arg; };
/^-fno-cpr$/
&& do { $Oopt_DoCpr = ''; next arg; };
/^-fusagesp$/
&& do { $Oopt_UsageSPInf = '-fusagesp';
push (@HsC_flags, '-fusagesp-on'); next arg; };
...
...
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