From 654ecbb88dbbba4e4e5539b95ecf9fc88f590c5f Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 27 May 2013 00:09:50 +0200 Subject: Do not compute debugging information by default * mach-defpager/kalloc.c (DEBUG): Do not define macro. --- mach-defpager/kalloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mach-defpager/kalloc.c') diff --git a/mach-defpager/kalloc.c b/mach-defpager/kalloc.c index 8efb85f9..4135710b 100644 --- a/mach-defpager/kalloc.c +++ b/mach-defpager/kalloc.c @@ -51,7 +51,7 @@ static void free_hook (void *ptr, const void *caller); void (*__MALLOC_HOOK_VOLATILE __malloc_initialize_hook) (void) = init_hook; -#define DEBUG +/* #define DEBUG */ /* * All allocations of size less than kalloc_max are rounded to the -- cgit v1.2.3