diff options
| author | sof <unknown> | 1998-04-06 18:43:53 +0000 |
|---|---|---|
| committer | sof <unknown> | 1998-04-06 18:43:53 +0000 |
| commit | c0fb36d54db38562e96197f92a0433207b2e9628 (patch) | |
| tree | 831459a705e1f7a1abeca683cffa4464c72ad4de | |
| parent | 974799c229c27cdf244a6c51cab3764ea040c91a (diff) | |
| download | haskell-c0fb36d54db38562e96197f92a0433207b2e9628.tar.gz | |
[project @ 1998-04-06 18:43:53 by sof]
enable specialiser
| -rw-r--r-- | ghc/driver/ghc.lprl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/driver/ghc.lprl b/ghc/driver/ghc.lprl index d45062b3c9..c1a01f4169 100644 --- a/ghc/driver/ghc.lprl +++ b/ghc/driver/ghc.lprl @@ -228,7 +228,7 @@ sub setupOptFlags { $Oopt_FinalStgProfilingMassage = ''; $Oopt_StgStats = ''; $Oopt_SpecialiseUnboxed = ''; - $Oopt_DoSpecialise = ''; # ToDo:LATER: '-fspecialise'; + $Oopt_DoSpecialise = '-fspecialise'; # ToDo:LATER: '-fspecialise'; $Oopt_FoldrBuild = 0; # *Off* by default! $Oopt_FB_Support = ''; # was '-fdo-arity-expand'; # $Oopt_FoldrBuildWW = 0; # Off by default |
