Add compile options to suppress verbose messages and enable colored diagnostics 58/125258/1
authorMu-Woong Lee <muwoong.lee@samsung.com>
Fri, 14 Apr 2017 08:46:36 +0000 (17:46 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Fri, 14 Apr 2017 08:46:36 +0000 (17:46 +0900)
Change-Id: I419861e3392c417a3eefa01b77d41c6d3fa3b775
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
CMakeLists.txt

index 2e626ee..d9a4ab4 100644 (file)
@@ -11,8 +11,10 @@ INCLUDE_DIRECTORIES(
 )
 
 ADD_DEFINITIONS(-O2 -Wall -fPIC -fdata-sections -ffunction-sections -fvisibility=hidden)
+ADD_DEFINITIONS(-fdiagnostics-color)
 ADD_DEFINITIONS(-DLOG_TAG="CONTEXT")
 SET(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -fPIC -Wl,--as-needed -Wl,--gc-sections -Wl,--print-gc-sections")
+SET(CMAKE_VERBOSE_MAKEFILE OFF)
 
 SET(VERSION ${FULLVER})
 SET(PREFIX ${CMAKE_INSTALL_PREFIX})