aboutsummaryrefslogtreecommitdiff
path: root/cmake/options.cmake
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2023-05-14 16:30:05 +0200
committerShauren <shauren.trinity@gmail.com>2023-05-14 16:30:05 +0200
commiteadafb0347d606e5e3e660d21227aa15378bdb21 (patch)
tree84f89281f37c0b32bb792167f59f1de85720ec56 /cmake/options.cmake
parent8d0620eb05e80644219300fecb136beae52bf2e2 (diff)
Core/DBLayer: Relaxed restrictions on which Field class member function can be used to access column value from "strict match" to "must not truncate"
Diffstat (limited to 'cmake/options.cmake')
-rw-r--r--cmake/options.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/options.cmake b/cmake/options.cmake
index ef7636549a9..e650123d71f 100644
--- a/cmake/options.cmake
+++ b/cmake/options.cmake
@@ -48,7 +48,6 @@ 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)
option(WITHOUT_METRICS "Disable metrics reporting (i.e. InfluxDB and Grafana)" 0)
option(WITH_DETAILED_METRICS "Enable detailed metrics reporting (i.e. time each session takes to update)" 0)
option(COPY_CONF "Copy authserver and worldserver .conf.dist files to the project dir" 1)