feat(CMake): delete EXTRA_LOGS (#6897)
This commit is contained in:
parent
ecea48fece
commit
b680670047
7 changed files with 4 additions and 38 deletions
2
conf/dist/config.cmake
vendored
2
conf/dist/config.cmake
vendored
|
|
@ -64,9 +64,7 @@ option(WITH_COREDEBUG "Include additional debug-code in core"
|
|||
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(ENABLE_EXTRAS "Set to 0 to disable extra features optimizing performances" 1)
|
||||
option(ENABLE_VMAP_CHECKS "Enable Checks relative to DisableMgr system on vmap" 1)
|
||||
option(ENABLE_EXTRA_LOGS "Enable extra log functions that can be CPU intensive" 0)
|
||||
option(WITH_DYNAMIC_LINKING "Enable dynamic library linking." 0)
|
||||
option(WITH_STRICT_DATABASE_TYPE_CHECKS "Enable strict checking of database field value accessors" 0)
|
||||
|
||||
|
|
|
|||
4
conf/dist/config.sh
vendored
4
conf/dist/config.sh
vendored
|
|
@ -70,15 +70,13 @@ CTOOLS=${CTOOLS:-OFF}
|
|||
# use precompiled headers ( fatest compilation but not optimized if you change headers often )
|
||||
CSCRIPTPCH=${CSCRIPTPCH:-ON}
|
||||
CCOREPCH=${CCOREPCH:-ON}
|
||||
# enable/disable extra logs
|
||||
CEXTRA_LOGS=0
|
||||
|
||||
# Skip specific modules from compilation (cmake reconfigure needed)
|
||||
# use semicolon ; to separate modules
|
||||
CDISABLED_AC_MODULES=""
|
||||
|
||||
# you can add your custom definitions here ( -D )
|
||||
# example: CCUSTOMOPTIONS=" -DWITH_PERFTOOLS=ON -DENABLE_EXTRA_LOGS=ON"
|
||||
# example: CCUSTOMOPTIONS=" -DWITH_PERFTOOLS=ON
|
||||
#
|
||||
CCUSTOMOPTIONS=${CCUSTOMOPTIONS:-''}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue