mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
Disable SPDLOG by default
This commit is contained in:
parent
4aa7e76bd1
commit
9a20974418
@ -25,7 +25,7 @@ option( USE_CCACHE "use ccache")
|
|||||||
option( USE_INTERNAL_TCL "Compile tcl files into the code and don't install them" ON)
|
option( USE_INTERNAL_TCL "Compile tcl files into the code and don't install them" ON)
|
||||||
option( ENABLE_UNIT_TESTS "Enable Catch unit tests")
|
option( ENABLE_UNIT_TESTS "Enable Catch unit tests")
|
||||||
option( ENABLE_CPP_CORE_GUIDELINES_CHECK "Enable cpp core guideline checks on ngcore" OFF)
|
option( ENABLE_CPP_CORE_GUIDELINES_CHECK "Enable cpp core guideline checks on ngcore" OFF)
|
||||||
option( USE_SPDLOG "Enable spd log logging" ON)
|
option( USE_SPDLOG "Enable spd log logging" OFF)
|
||||||
option( DEBUG_LOG "Enable more debug output (may increase computation time) - only works with USE_SPDLOG=ON" OFF)
|
option( DEBUG_LOG "Enable more debug output (may increase computation time) - only works with USE_SPDLOG=ON" OFF)
|
||||||
option( CHECK_RANGE "Check array range access, automatically enabled if built in debug mode" OFF)
|
option( CHECK_RANGE "Check array range access, automatically enabled if built in debug mode" OFF)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user