]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/mini-os.git/commitdiff
minios: Disable -DGNT_DEBUG and -DGNTMAP_DEBUG
authorMatthew Fioravante <matthew.fioravante@jhuapl.edu>
Tue, 13 Nov 2012 10:46:56 +0000 (10:46 +0000)
committerMatthew Fioravante <matthew.fioravante@jhuapl.edu>
Tue, 13 Nov 2012 10:46:56 +0000 (10:46 +0000)
Disabling the above flags in default mini-os build. They generate a
lot of spam.

Signed-off-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu>
Acked-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
minios.mk

index 48ed768cd300db5624f86dfa7e60a233fba12a80..f42f48bbdc4f5fca2183be8c2302200b7697f5d4 100644 (file)
--- a/minios.mk
+++ b/minios.mk
@@ -20,8 +20,8 @@ DEF_CFLAGS += -g
 #DEF_CFLAGS += -DMM_DEBUG
 #DEF_CFLAGS += -DFS_DEBUG
 #DEF_CFLAGS += -DLIBC_DEBUG
-DEF_CFLAGS += -DGNT_DEBUG
-DEF_CFLAGS += -DGNTMAP_DEBUG
+#DEF_CFLAGS += -DGNT_DEBUG
+#DEF_CFLAGS += -DGNTMAP_DEBUG
 else
 DEF_CFLAGS += -O3
 endif