Mercurial > trustbridge
changeset 1384:318e8c5c4f85
Do not depend on RELEASE_BUILD for debug output
this is handled by g_debug and no longer neccessary als
a Macro
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Thu, 15 Jan 2015 15:57:26 +0100 |
parents | ce46e3453ea4 |
children | c480afb35db7 |
files | common/logging.h |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/common/logging.h Thu Jan 15 15:48:33 2015 +0100 +++ b/common/logging.h Thu Jan 15 15:57:26 2015 +0100 @@ -45,12 +45,8 @@ /** * @def DEBUGOUTPUT * @brief If defined code for extra debugging output will be generated. - * - * Will be defined if current build is not an RELEASE_BUILD. */ -#ifndef RELEASE_BUILD #define DEBUGOUTPUT -#endif /** * @def DEBUGPREFIX