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
|
#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
|
||||||
|
|
Loading…
Reference in a new issue