Skip to content
Snippets Groups Projects
Commit e2b0fdb9 authored by Julien Michel's avatar Julien Michel
Browse files

COMP: Wipe out all traces of OTB_SHOW_ALL_MSG_DEBUG

parent dd762867
No related branches found
No related tags found
1 merge request!20Refactor logging for the whole library
......@@ -231,10 +231,6 @@ mark_as_advanced(OTB_USE_DEPRECATED)
option(OTB_USE_OPENMP "Add openmp compiler and linker flags" OFF)
option(OTB_USE_SSE_FLAGS "Enable SIMD optimizations (hardware dependent)." ON)
#-----------------------------------------------------------------------------
# SHOW_ALL_MSG_DEBUG option
option(OTB_SHOW_ALL_MSG_DEBUG "Show all debug messages (very verbose)" OFF)
#mark_as_advanced(OTB_SHOW_ALL_MSG_DEBUG)
include(OTBSetStandardCompilerFlags)
#---------------------------------------------------------------
......
......@@ -27,9 +27,6 @@
#cmakedefine OTB_BUILD_SHARED_LIBS
/* Show developer debug messages */
#cmakedefine OTB_SHOW_ALL_MSG_DEBUG
#cmakedefine OTB_USE_GDAL_20
#cmakedefine OTB_USE_OPENMP
......
......@@ -66,7 +66,7 @@ LibSVMMachineLearningModel<TInputValue,TOutputValue>
this->m_Problem.l = 0;
this->m_Problem.y = ITK_NULLPTR;
this->m_Problem.x = ITK_NULLPTR;
#ifndef OTB_SHOW_ALL_MSG_DEBUG
#ifndef NDEBUG
svm_set_print_string_function(&otb::Utils::PrintNothing);
#endif
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment