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