projects
/
platform
/
core
/
uifw
/
ise-engine-default.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6648940
)
Add -Werror in build option
84/62584/1
author
Jihoon Kim
<jihoon48.kim@samsung.com>
Thu, 17 Mar 2016 01:05:31 +0000
(10:05 +0900)
committer
Jihoon Kim
<jihoon48.kim@samsung.com>
Thu, 17 Mar 2016 01:05:31 +0000
(10:05 +0900)
Change-Id: Ie371ca1b66232da76a780f8274d75919a5a1a124
packaging/ise-engine-default.spec
patch
|
blob
|
history
diff --git
a/packaging/ise-engine-default.spec
b/packaging/ise-engine-default.spec
index c709a91af697d878ee98bfca8bb28908d4ea3553..2f018ff58eabc64c624b658f77eb82d5f683c1e8 100644
(file)
--- a/
packaging/ise-engine-default.spec
+++ b/
packaging/ise-engine-default.spec
@@
-15,6
+15,8
@@
it is based on Input Service Framework(ISF).
%setup -q
%build
+export CFLAGS+=" -Werror"
+export CXXFLAGS+=" -Werror"
./bootstrap
%autogen
%configure --prefix=%{_prefix} --disable-static