Make the verbosity of the observers manager switchable from the cmake file.
This commit is contained in:
parent
06e3bfdeb7
commit
250600d8b2
2 changed files with 5 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
|||
#include <tree.hh>
|
||||
#include <boost/iterator/transform_iterator.hpp>
|
||||
|
||||
#if defined(__GNUC__) && __GNUC__ >= 2 && !defined(NDEBUG)
|
||||
#if defined (WITH_VERBOSE_OBS_MANAGER) && defined(__GNUC__) && __GNUC__ >= 2 && !defined(NDEBUG)
|
||||
# define OBS_MANAGER_LOG
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue