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:
parent
6edb485ef1
commit
8b36d54319
5 changed files with 15 additions and 21 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue