warning when built w/o concurrent-output
This commit is contained in:
parent
09d04fa483
commit
1ac36f1933
1 changed files with 2 additions and 0 deletions
|
@ -67,6 +67,8 @@ buildFlags = filter (not . null)
|
|||
#endif
|
||||
#ifdef WITH_CONCURRENTOUTPUT
|
||||
, "ConcurrentOutput"
|
||||
#else
|
||||
#warning Building without ConcurrentOutput
|
||||
#endif
|
||||
#ifdef WITH_DNS
|
||||
, "DNS"
|
||||
|
|
Loading…
Reference in a new issue