Disable glbinding debug option
authorTobias Markus <tobbi@mozilla-uk.org>
Fri, 22 Aug 2014 20:47:57 +0000 (22:47 +0200)
committerTobias Markus <tobbi@mozilla-uk.org>
Fri, 22 Aug 2014 20:47:57 +0000 (22:47 +0200)
CMakeLists.txt

index 8b1104b..7d3be8e 100644 (file)
@@ -72,7 +72,7 @@ SET(HAVE_SDL TRUE)
 
 OPTION(ENABLE_OPENGL "Enable OpenGL support" ON)
 OPTION(GLBINDING_ENABLED "Use glbinding instead of GLEW" OFF)
-OPTION(GLBINDING_DEBUG_OUTPUT "Enable glbinding debug output for each called OpenGL function" ON)
+OPTION(GLBINDING_DEBUG_OUTPUT "Enable glbinding debug output for each called OpenGL function" OFF)
 IF(ENABLE_OPENGL)
   FIND_PACKAGE(OpenGL)
   IF(OPENGL_FOUND)