Added a --enable-debug option to configure and
[pspp-builds.git] / src / pool.c
index e7396574b38a6fac8b34072568c9020b573094f9..0f5663d1f064c5b6813d86dd3644c2bdf687c51a 100644 (file)
@@ -113,9 +113,7 @@ union align
 /*#define DISCRETE_BLOCKS 1*/
 
 /* Enable debug code if appropriate. */
-#undef DEBUGGING
 #if SELF_TEST
-#define DEBUGGING 1
 #endif
 
 /* Size of each block allocated in the pool, in bytes.