diff options
| author | simonmar <unknown> | 2001-02-11 17:18:13 +0000 |
|---|---|---|
| committer | simonmar <unknown> | 2001-02-11 17:18:13 +0000 |
| commit | 57d614b4152e4a85f41cce29e3da37101f8bf33a (patch) | |
| tree | 799d3a9290f96883a44ab9d89bef3817e88f0a44 | |
| parent | 8e82427ded4385b82482ba55b17a170bbc40c46a (diff) | |
| download | haskell-57d614b4152e4a85f41cce29e3da37101f8bf33a.tar.gz | |
[project @ 2001-02-11 17:18:13 by simonmar]
Remove GhcReportCompiles - it was pretty cool, but got lost somewhere
on the road to GHCi, and we never really used it anyhow.
| -rw-r--r-- | mk/config.mk.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in index 2fac7c3c7e..723a5763fd 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -202,11 +202,6 @@ GhcWithInterpreter=NO BuildingParallel=$(subst mp,YES,$(filter mp,$(WAYS))) BuildingGranSim=$(subst mg,YES,$(filter mg,$(WAYS))) -# Include compiler support for letting the compiler (optionally) report -# your compilation to a central server for generation of fun stats. -# -GhcReportCompiles=NO - #------------------------------------------------------------------------------ # Options for GHC's Prelude |
