diff options
author | simonmar <unknown> | 2000-01-06 10:43:15 +0000 |
---|---|---|
committer | simonmar <unknown> | 2000-01-06 10:43:15 +0000 |
commit | cd7a1887d1abe8a3f300d256ffcfe6af3718f531 (patch) | |
tree | a4f8e8cc36f38599b094ea22163196bc6cfa34a9 /ghc/driver/ghc.lprl | |
parent | e1016718c1943444a5a53537e61afd784c96eb7b (diff) | |
download | haskell-cd7a1887d1abe8a3f300d256ffcfe6af3718f531.tar.gz |
[project @ 2000-01-06 10:43:15 by simonmar]
Fix a bug in inlining that gave unresolved references
whenever you compile without -O. Silly me.
Diffstat (limited to 'ghc/driver/ghc.lprl')
-rw-r--r-- | ghc/driver/ghc.lprl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ghc/driver/ghc.lprl b/ghc/driver/ghc.lprl index f07b251738..dca6d70396 100644 --- a/ghc/driver/ghc.lprl +++ b/ghc/driver/ghc.lprl @@ -690,7 +690,6 @@ sub setupOptimiseFlags { = ( '-fsimplify', '[', - '-finline-phase2', $Oopt_MaxSimplifierIterations, ']', |