From: simonmar Date: Sun, 11 Feb 2001 17:18:13 +0000 (+0000) Subject: [project @ 2001-02-11 17:18:13 by simonmar] X-Git-Tag: Approximately_9120_patches~2681 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=57d614b4152e4a85f41cce29e3da37101f8bf33a;p=ghc-hetmet.git [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. --- diff --git a/mk/config.mk.in b/mk/config.mk.in index 2fac7c3..723a576 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