aboutsummaryrefslogtreecommitdiffstats
path: root/android
diff options
context:
space:
mode:
authorJesse Hall <jessehall@google.com>2011-12-16 10:39:05 -0800
committerJesse Hall <jessehall@google.com>2012-01-05 11:03:49 -0800
commit6b32ee5f4307f68b668b5b46893ceb49ec16fa6e (patch)
tree445fb7e620f5d0f39bc23dc2459f4b975cfe26b5 /android
parentba951b488cefd1dcb4512a39e323d5000fdafa4c (diff)
downloadexternal_qemu-6b32ee5f4307f68b668b5b46893ceb49ec16fa6e.zip
external_qemu-6b32ee5f4307f68b668b5b46893ceb49ec16fa6e.tar.gz
external_qemu-6b32ee5f4307f68b668b5b46893ceb49ec16fa6e.tar.bz2
EmuGL: disable debug spam
Change-Id: Idb86b2e8bbb396ee1bca606a32569b9b6b46dcb8
Diffstat (limited to 'android')
-rw-r--r--android/hw-pipe-net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/hw-pipe-net.c b/android/hw-pipe-net.c
index c2a7e9e..5a25401 100644
--- a/android/hw-pipe-net.c
+++ b/android/hw-pipe-net.c
@@ -30,7 +30,7 @@
/* Implement the OpenGL fast-pipe */
/* Set to 1 or 2 for debug traces */
-#define DEBUG 1
+// #define DEBUG 1
#if DEBUG >= 1
# define D(...) printf(__VA_ARGS__), printf("\n")