diff options
author | Kargatum <dowlandtop@yandex.com> | 2021-06-22 11:21:07 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-22 06:21:07 +0200 |
commit | 9ac6fddcae9837f468f52369f0f963da7c41569a (patch) | |
tree | e8ff4b0ee6f14167cb532c0927335bfdc47b98f0 /conf/dist/config.cmake | |
parent | 2a2e54d8c586370bf82fee3d9e5b360af358bd6e (diff) |
feat(Core/Database): port TrinityCore database API (#5611)
Diffstat (limited to 'conf/dist/config.cmake')
-rw-r--r-- | conf/dist/config.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/dist/config.cmake b/conf/dist/config.cmake index d11b5a1db0..22f349f859 100644 --- a/conf/dist/config.cmake +++ b/conf/dist/config.cmake @@ -13,6 +13,7 @@ option(ENABLE_EXTRAS "Set to 0 to disable extra features optimizing perfor option(ENABLE_VMAP_CHECKS "Enable Checks relative to DisableMgr system on vmap" 1) option(ENABLE_EXTRA_LOGS "Enable extra log functions that can be CPU intensive" 0) option(WITH_DYNAMIC_LINKING "Enable dynamic library linking." 0) +option(WITH_STRICT_DATABASE_TYPE_CHECKS "Enable strict checking of database field value accessors" 0) IsDynamicLinkingRequired(WITH_DYNAMIC_LINKING_FORCED) |