From 2c426a026a78d05f565262a73dfb6b457c93807f Mon Sep 17 00:00:00 2001 From: Yong Zhao Date: Mon, 26 Feb 2018 18:17:13 -0500 Subject: [PATCH] Turn off the verbose building message Change-Id: If4ebdb6f87fde9c3cc76b16c57e862bfb972ed5e Signed-off-by: Yong Zhao --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 046be997b7..63319bf91d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -55,7 +55,7 @@ endif () set ( BUILD_VERSION_STRING "${BUILD_VERSION_MAJOR}.${BUILD_VERSION_MINOR}.${BUILD_VERSION_PATCH}" ) ## Verbose output. -set ( CMAKE_VERBOSE_MAKEFILE on ) +#set ( CMAKE_VERBOSE_MAKEFILE on ) ## Compiler flags set ( CMAKE_C_FLAGS "-fPIC -W -Wall -Wextra -Wno-unused-parameter -Wformat-security -Wswitch-default -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wlogical-op -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wunreachable-code -std=gnu99 -fvisibility=hidden" )