Remove the EKG build flag, since Gentoo for some reason decided to enable this flag, depsite it not being intended for production use and so enabled by default.

This commit is contained in:
Joey Hess 2016-07-06 15:09:56 -04:00
parent 6edb485ef1
commit 8b36d54319
Failed to extract signature
5 changed files with 15 additions and 21 deletions

View file

@ -78,10 +78,6 @@ buildFlags = filter (not . null)
#endif
#ifdef WITH_MAGICMIME
, "MagicMime"
#endif
#ifdef WITH_EKG
#warning Building with EKG. This build of git-annex should only be used for performance debugging, not for production use..
, "EKG"
#endif
-- Always enabled now, but users may be used to seeing these flags
-- listed.