summaryrefslogtreecommitdiff
path: root/ghc/driver/ghc.lprl
diff options
context:
space:
mode:
authorsimonmar <unknown>2000-01-06 10:43:15 +0000
committersimonmar <unknown>2000-01-06 10:43:15 +0000
commitcd7a1887d1abe8a3f300d256ffcfe6af3718f531 (patch)
treea4f8e8cc36f38599b094ea22163196bc6cfa34a9 /ghc/driver/ghc.lprl
parente1016718c1943444a5a53537e61afd784c96eb7b (diff)
downloadhaskell-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.lprl1
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,
']',