comparison cinst/nss-installer.c @ 1315:12ed0b72e9f5

(issue162) Change DO_RELEASE_BUILD to IS_TAG_BUILD to determine g_debug initializatation
author Andre Heinecke <andre.heinecke@intevation.de>
date Mon, 13 Oct 2014 16:19:28 +0200
parents e210ecc32d69
children
comparison
equal deleted inserted replaced
1314:5f4e77acb2f3 1315:12ed0b72e9f5
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 #ifdef IS_TAG_BUILD
839 bool g_debug = false; 839 bool g_debug = false;
840 #else 840 #else
841 bool g_debug = true; 841 bool g_debug = true;
842 #endif 842 #endif
843 843

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