projects
/
platform
/
hal
/
backend
/
tw3
/
device-tw3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
269140d
)
Add build option -Wall -Werror
author
Youngjae Cho
<y0.cho@samsung.com>
Wed, 5 Feb 2020 08:20:50 +0000
(17:20 +0900)
committer
Youngjae Cho
<y0.cho@samsung.com>
Wed, 5 Feb 2020 08:20:50 +0000
(17:20 +0900)
Change-Id: I3739b8dcfbd9d80eb4976bb21b26a6de4368e4ae
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
d5b5fee
..
d14c8c0
100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-5,6
+5,8
@@
SET(CMAKE_VERBOSE_MAKEFILE OFF)
SET(PREFIX ${CMAKE_INSTALL_PREFIX})
+SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${EXTRA_CFLAGS} -Wall -Werror")
+
ADD_SUBDIRECTORY(hw/battery)
ADD_SUBDIRECTORY(hw/cpu)
ADD_SUBDIRECTORY(hw/display)