]> Zhao Yanbai Git Server - minix.git/commitdiff
Disable debug info on trunk.
authorCristiano Giuffrida <cristiano@minix3.org>
Wed, 21 Jul 2010 08:22:24 +0000 (08:22 +0000)
committerCristiano Giuffrida <cristiano@minix3.org>
Wed, 21 Jul 2010 08:22:24 +0000 (08:22 +0000)
servers/vm/vm.h

index 7dabed241644e8d9140a5c27886f49804e7b94d0..99a068f673a930f6ed7c613c20c214c0d6d16bc8 100644 (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)