include DebugLocks build flag
This commit is contained in:
parent
e04a931439
commit
51432a6704
1 changed files with 4 additions and 1 deletions
|
@ -61,6 +61,9 @@ buildFlags = filter (not . null)
|
||||||
#endif
|
#endif
|
||||||
#ifdef WITH_MAGICMIME
|
#ifdef WITH_MAGICMIME
|
||||||
, "MagicMime"
|
, "MagicMime"
|
||||||
|
#endif
|
||||||
|
#ifdef DEBUGLOCKS
|
||||||
|
, "DebugLocks"
|
||||||
#endif
|
#endif
|
||||||
-- Always enabled now, but users may be used to seeing these flags
|
-- Always enabled now, but users may be used to seeing these flags
|
||||||
-- listed.
|
-- listed.
|
||||||
|
|
Loading…
Reference in a new issue