mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-01 01:53:47 +00:00
* 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
14 lines
1.2 KiB
Plaintext
14 lines
1.2 KiB
Plaintext
option(SERVERS "Build worldserver and authserver" 1)
|
|
option(SCRIPTS "Build core with scripts included" 1)
|
|
option(TOOLS "Build map/vmap/mmap extraction/assembler tools" 0)
|
|
option(USE_SCRIPTPCH "Use precompiled headers when compiling scripts" 1)
|
|
option(USE_COREPCH "Use precompiled headers when compiling servers" 1)
|
|
option(WITH_WARNINGS "Show all warnings during compile" 0)
|
|
option(WITH_COREDEBUG "Include additional debug-code in core" 0)
|
|
option(WITH_PERFTOOLS "Enable compilation with gperftools libraries included" 0)
|
|
option(WITH_MESHEXTRACTOR "Build meshextractor (alpha)" 0)
|
|
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)
|