show when build with Benchmark build flag
This commit is contained in:
parent
b99b1c530d
commit
6a168bb823
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue