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
|
#endif
|
||||||
#ifdef WITH_CONCURRENTOUTPUT
|
#ifdef WITH_CONCURRENTOUTPUT
|
||||||
, "ConcurrentOutput"
|
, "ConcurrentOutput"
|
||||||
|
#else
|
||||||
|
#warning Building without ConcurrentOutput
|
||||||
#endif
|
#endif
|
||||||
#ifdef WITH_DNS
|
#ifdef WITH_DNS
|
||||||
, "DNS"
|
, "DNS"
|
||||||
|
|
Loading…
Reference in a new issue