From: Tobias Markus Date: Fri, 22 Aug 2014 20:47:57 +0000 (+0200) Subject: Disable glbinding debug option X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=8415881704a37021f29fe96a5852ff1e3f32bb06;p=supertux.git Disable glbinding debug option --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 8b1104b2a..7d3be8e22 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)