Add -Werror in build option 84/62584/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Thu, 17 Mar 2016 01:05:31 +0000 (10:05 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 17 Mar 2016 01:05:31 +0000 (10:05 +0900)
Change-Id: Ie371ca1b66232da76a780f8274d75919a5a1a124

packaging/ise-engine-default.spec

index c709a91af697d878ee98bfca8bb28908d4ea3553..2f018ff58eabc64c624b658f77eb82d5f683c1e8 100644 (file)
@@ -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