Preprocessor option for logging functions (#567)

* Update showoptions.cmake

* Update config.cmake.dist

* Example of preprocessor usage

Other work must continue for PR https://github.com/azerothcore/azerothcore-wotlk/pull/519
This commit is contained in:
Yehonal
2017-08-19 18:37:47 +02:00
committed by GitHub
parent 246826e002
commit f888e8c86b
3 changed files with 11 additions and 1 deletions

View File

@@ -10,3 +10,4 @@ option(WITH_MESHEXTRACTOR "Build meshextractor (alpha)"
option(WITHOUT_GIT "Disable the GIT testing routines" 0)
option(DISABLE_EXTRAS "Set to 1 to disable extra features optimizing performances" 0)
option(DISABLE_VMAP_CHECKS "Remove DisableMgr Checks on vmap" 0)
option(DISABLE_EXTRA_LOGS "Disable extra log functions that can be CPU intensive" 1)