comparison 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
comparison
equal deleted inserted replaced
1071:fc4e1fe4e4d4 1072:1e429faf7c84
833 exit(ERR_MOZ_INVALID_INPUT); 833 exit(ERR_MOZ_INVALID_INPUT);
834 } 834 }
835 } 835 }
836 } 836 }
837 837
838 #ifdef DO_RELEASE_BUILD
838 bool g_debug = false; 839 bool g_debug = false;
840 #else
841 bool g_debug = true;
842 #endif
839 843
840 int 844 int
841 main (int argc, char **argv) 845 main (int argc, char **argv)
842 { 846 {
843 char **dbdirs; 847 char **dbdirs;

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