projects
/
platform
/
core
/
system
/
modes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
672534e
)
add -fdiagnostics-color
accepted/tizen/unified/20220126.042651
submit/tizen/20220125.041809
author
Youngjae Shin
<yj99.shin@samsung.com>
Tue, 25 Jan 2022 04:15:00 +0000
(13:15 +0900)
committer
Youngjae Shin
<yj99.shin@samsung.com>
Tue, 25 Jan 2022 04:16:39 +0000
(13:16 +0900)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index a6af079ef57a023de63225fd56cce25ff769de6d..f6113aa1e60346d2b662e99caf8bb354b4c3d536 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-6,7
+6,7
@@
INCLUDE(Definitions.cmake)
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR})
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include)
-SET(EXTRA_FLAGS "-Wall -Werror -fvisibility=hidden")
+SET(EXTRA_FLAGS "-Wall -Werror -fvisibility=hidden
-fdiagnostics-color
")
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${EXTRA_FLAGS}")
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${EXTRA_FLAGS} -std=c++11")
SET(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -pie")