diff cinst/main.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 317ee9dc4684
children fd7d04bb37cb
line wrap: on
line diff
--- a/cinst/main.c	Wed Sep 10 17:52:11 2014 +0200
+++ b/cinst/main.c	Wed Sep 10 17:53:32 2014 +0200
@@ -201,7 +201,11 @@
   return 0;
 }
 
+#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/