[project @ 1997-01-17 00:32:23 by simonpj]
[ghc-hetmet.git] / ghc / driver / ghc.lprl
index fde3b4d..71124c0 100644 (file)
@@ -206,7 +206,7 @@ These variables represent parts of the -O/-O2/etc ``templates,''
 which are filled in later, using these.
 These are the default values, which may be changed by user flags.
 \begin{code}
-$Oopt_UnfoldingUseThreshold    = '-funfolding-use-threshold3';
+$Oopt_UnfoldingUseThreshold    = '-funfolding-use-threshold8';
 $Oopt_MaxSimplifierIterations  = '-fmax-simplifier-iterations4';
 $Oopt_PedanticBottoms          = '-fpedantic-bottoms'; # ON by default
 $Oopt_MonadEtaExpansion                = '';