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.
|
||||
|
@ -89,7 +92,7 @@ dependencyVersions = map fmt $ sortBy (comparing (CI.mk . fst))
|
|||
#endif
|
||||
#ifdef WITH_WEBAPP
|
||||
, ("yesod", VERSION_yesod)
|
||||
#endif
|
||||
#endif
|
||||
#ifdef TOOL_VERSION_ghc
|
||||
, ("ghc", TOOL_VERSION_ghc)
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue