include DebugLocks build flag

This commit is contained in:
Joey Hess 2020-05-26 12:24:20 -04:00
parent e04a931439
commit 51432a6704
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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.