Make the verbosity of the observers manager switchable from the cmake file.

This commit is contained in:
King_DuckZ 2014-07-17 16:53:14 +02:00
commit 250600d8b2
2 changed files with 5 additions and 2 deletions

View file

@ -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