diff cinst/mozilla.c @ 1072:1e429faf7c84

(issue46) Default to debug output on if RELEASE_BUILD is not defined
author Andre Heinecke <andre.heinecke@intevation.de>
date Wed, 10 Sep 2014 17:53:32 +0200
parents f110a3f6e387
children
line wrap: on
line diff
--- a/cinst/mozilla.c	Wed Sep 10 17:52:11 2014 +0200
+++ b/cinst/mozilla.c	Wed Sep 10 17:53:32 2014 +0200
@@ -835,7 +835,11 @@
     }
 }
 
+#ifdef DO_RELEASE_BUILD
 bool g_debug = false;
+#else
+bool g_debug = true;
+#endif
 
 int
 main (int argc, char **argv)

http://wald.intevation.org/projects/trustbridge/