Disable debug info on trunk.
This commit is contained in:
parent
03bb1e5750
commit
0824146978
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue