projects
/
platform
/
core
/
uifw
/
e-tizen-testcase.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d063569
)
Packaging: make all warnings into errors.
12/72312/1
author
Gwanglim Lee
<gl77.lee@samsung.com>
Tue, 31 May 2016 10:48:02 +0000
(19:48 +0900)
committer
Gwanglim Lee
<gl77.lee@samsung.com>
Tue, 31 May 2016 10:48:02 +0000
(19:48 +0900)
Change-Id: Ic03a85823745cc5aaaf005151223e7c0bc9e89ce
packaging/e-tizen-testcase.spec
patch
|
blob
|
history
diff --git
a/packaging/e-tizen-testcase.spec
b/packaging/e-tizen-testcase.spec
index 50cedd25b6a4e2c12a05df4a60f8ba0df7749aee..9f271023aafb1fe99c7675d11c138a036ed26aca 100644
(file)
--- a/
packaging/e-tizen-testcase.spec
+++ b/
packaging/e-tizen-testcase.spec
@@
-23,7
+23,7
@@
This package is a test case runner for enlightenment.
%build
export GC_SECTIONS_FLAGS="-fdata-sections -ffunction-sections -Wl,--gc-sections"
-export CFLAGS+=" -Wall -g -fPIC -rdynamic ${GC_SECTIONS_FLAGS}"
+export CFLAGS+=" -Wall -g -fPIC -
Werror -
rdynamic ${GC_SECTIONS_FLAGS}"
export LDFLAGS+=" -Wl,--hash-style=both -Wl,--as-needed -Wl,--rpath=/usr/lib"
%autogen