Re-enable debug tracing by default
TRAC #12158
Signed-off-by: Daniel Koch

Author:    Nicolas Capens

git-svn-id: https://angleproject.googlecode.com/svn/trunk@263 736b8ea6-26fd-11df-bfd4-992fa37f6226
diff --git a/src/common/debug.cpp b/src/common/debug.cpp
index de004e0..d8d6ab8 100644
--- a/src/common/debug.cpp
+++ b/src/common/debug.cpp
@@ -11,7 +11,7 @@
 #include <stdio.h>
 #include <stdarg.h>
 
-static bool trace_on = false;
+static bool trace_on = true;
 
 namespace gl
 {