summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 54d3678..dcb66d5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -81,7 +81,7 @@ IF ( Debug )
SET( CMAKE_C_FLAGS "-g -O0 -Wall -pipe")
SET( CMAKE_CXX_FLAGS "-g -O0 -Wall -pipe")
ADD_DEFINITIONS ( -DDEBUG )
- SET ( CMAKE_VERBOSE_MAKEFILE on )
+ # SET ( CMAKE_VERBOSE_MAKEFILE on )
ENDIF ( Debug )
###############################################################################
# BASIC DIRECTORIES FOR INCLUSION