Disable debug info on trunk.

This commit is contained in:
Cristiano Giuffrida 2010-07-21 08:22:24 +00:00
parent 03bb1e5750
commit 0824146978

View file

@ -28,7 +28,7 @@
/* How noisy are we supposed to be? */
#define VERBOSE 0
#define LU_DEBUG 1
#define LU_DEBUG 0
/* Minimum stack region size - 64MB. */
#define MINSTACKREGION (64*1024*1024)