diff options
author | Shauren <shauren.trinity@gmail.com> | 2018-03-14 20:50:54 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-09-06 21:01:48 +0200 |
commit | 376ac0eeba03cdad75fd8493afd647fcf6bff94e (patch) | |
tree | 93f531752f5dcab94b8e5e8f5347e6df72d17567 /cmake/options.cmake | |
parent | 4a386b97d2094a6d67039c7068edbf26000bbf5e (diff) |
Buildsystem: Separate strict database type checks from TRINITY_DEBUG/WITH_COREDEBUG option
(cherry picked from commit ddd60a948c432aaac1d9a9ff05c9cf22ada35813)
Diffstat (limited to 'cmake/options.cmake')
-rw-r--r-- | cmake/options.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/options.cmake b/cmake/options.cmake index e99372b715a..44cb2531adb 100644 --- a/cmake/options.cmake +++ b/cmake/options.cmake @@ -48,6 +48,7 @@ else() endif() option(WITH_WARNINGS "Show all warnings during compile" 0) option(WITH_COREDEBUG "Include additional debug-code in core" 0) +option(WITH_STRICT_DATABASE_TYPE_CHECKS "Enable strict checking of database field value accessors" 0) set(WITH_SOURCE_TREE "hierarchical" CACHE STRING "Build the source tree for IDE's.") set_property(CACHE WITH_SOURCE_TREE PROPERTY STRINGS no flat hierarchical hierarchical-folders) option(WITHOUT_GIT "Disable the GIT testing routines" 0) |