From 57d614b4152e4a85f41cce29e3da37101f8bf33a Mon Sep 17 00:00:00 2001 From: simonmar Date: Sun, 11 Feb 2001 17:18:13 +0000 Subject: [PATCH] [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. --- mk/config.mk.in | 5 ----- 1 file changed, 5 deletions(-) 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 -- 1.7.10.4