8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 00:03:03 +01:00

Disable debug code by default

This commit is contained in:
alexpeshkoff 2015-05-26 11:07:37 +00:00
parent 293b7b9b8b
commit 4011a73a84

View File

@ -33,7 +33,7 @@
#include "../common/classes/array.h"
#include "../common/classes/fb_string.h"
#define DEBUG_CLUMPLETS
//#define DEBUG_CLUMPLETS
#if defined(DEV_BUILD) && !defined(DEBUG_CLUMPLETS)
#define DEBUG_CLUMPLETS
#endif