[project @ 2001-02-11 17:18:13 by simonmar]
authorsimonmar <unknown>
Sun, 11 Feb 2001 17:18:13 +0000 (17:18 +0000)
committersimonmar <unknown>
Sun, 11 Feb 2001 17:18:13 +0000 (17:18 +0000)
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

index 2fac7c3..723a576 100644 (file)
@@ -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