From 8072ef5509e5e3f551a6b9f8b30e6f7b195bb6f6 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Thu, 18 Dec 2008 17:42:29 +0000 Subject: [PATCH] oops, shouldn't be on in svn. --- servers/vm/vm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/vm/vm.h b/servers/vm/vm.h index cdddf1539..b305817b8 100644 --- a/servers/vm/vm.h +++ b/servers/vm/vm.h @@ -12,7 +12,7 @@ #define ABS2CLICK(a) ((a) >> CLICK_SHIFT) /* Compile in asserts and custom sanity checks at all? */ -#define SANITYCHECKS 1 +#define SANITYCHECKS 0 #define VMSTATS 1 /* If so, this level: */