projects
/
platform
/
adaptation
/
samsung_exynos
/
device-manager-plugin-odroid.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e36e36
)
Add build option -Wall -Werror
67/223967/1
author
Youngjae Cho
<y0.cho@samsung.com>
Wed, 5 Feb 2020 08:02:06 +0000
(17:02 +0900)
committer
Youngjae Cho
<y0.cho@samsung.com>
Wed, 5 Feb 2020 08:02:06 +0000
(17:02 +0900)
Change-Id: Ib6c6b61340caa7f059b8eb0febd3127adae7f888
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index cbac95c16a5b2e15548b4b975793edc3fc603f9d..09d93e4037d981ec636c0692805ddfa0252e9cbd 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-3,6
+3,8
@@
PROJECT(device-manager-odroid C)
SET(PREFIX ${CMAKE_INSTALL_PREFIX})
+SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${EXTRA_CFLAGS} -Wall -Werror")
+
ADD_SUBDIRECTORY(hw/board)
ADD_SUBDIRECTORY(hw/display)
ADD_SUBDIRECTORY(hw/usb_gadget)