show when build with Benchmark build flag

This commit is contained in:
Joey Hess 2022-08-29 14:55:58 -04:00
parent b99b1c530d
commit 6a168bb823
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -24,7 +24,7 @@ buildFlags = filter (not . null)
#ifdef WITH_WEBAPP
, "Webapp"
#else
#warning Building without the webapp. You probably need to install Yesod..
#warning Building without the webapp.
#endif
#ifdef WITH_PAIRING
, "Pairing"
@ -52,6 +52,9 @@ buildFlags = filter (not . null)
#ifdef WITH_MAGICMIME
, "MagicMime"
#endif
#ifdef WITH_BENCHMARK
, "Benchmark"
#endif
#ifdef DEBUGLOCKS
, "DebugLocks"
#endif