mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user