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
|
||||
#ifdef WITH_MAGICMIME
|
||||
, "MagicMime"
|
||||
#endif
|
||||
#ifdef DEBUGLOCKS
|
||||
, "DebugLocks"
|
||||
#endif
|
||||
-- Always enabled now, but users may be used to seeing these flags
|
||||
-- listed.
|
||||
|
|
Loading…
Reference in a new issue