comparison cinst/certificate-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 c8f698ca6355
children
comparison
equal deleted inserted replaced
1314:5f4e77acb2f3 1315:12ed0b72e9f5
200 } 200 }
201 201
202 return 0; 202 return 0;
203 } 203 }
204 204
205 #ifdef DO_RELEASE_BUILD 205 #ifdef IS_TAG_BUILD
206 bool g_debug = false; 206 bool g_debug = false;
207 #else 207 #else
208 bool g_debug = true; 208 bool g_debug = true;
209 #endif 209 #endif
210 210

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