Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Main Repositories
otb
Commits
e2b0fdb9
Commit
e2b0fdb9
authored
Feb 22, 2018
by
Julien Michel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
COMP: Wipe out all traces of OTB_SHOW_ALL_MSG_DEBUG
parent
dd762867
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
8 deletions
+1
-8
CMakeLists.txt
CMakeLists.txt
+0
-4
Modules/Core/Common/src/otbConfigure.h.in
Modules/Core/Common/src/otbConfigure.h.in
+0
-3
Modules/Learning/Supervised/include/otbLibSVMMachineLearningModel.txx
...ning/Supervised/include/otbLibSVMMachineLearningModel.txx
+1
-1
No files found.
CMakeLists.txt
View file @
e2b0fdb9
...
...
@@ -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
)
#---------------------------------------------------------------
...
...
Modules/Core/Common/src/otbConfigure.h.in
View file @
e2b0fdb9
...
...
@@ -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
...
...
Modules/Learning/Supervised/include/otbLibSVMMachineLearningModel.txx
View file @
e2b0fdb9
...
...
@@ -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
N
DEBUG
svm_set_print_string_function(&otb::Utils::PrintNothing);
#endif
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment