From: SooChan Lim Date: Fri, 8 Apr 2016 08:48:23 +0000 (+0900) Subject: add -Werror X-Git-Tag: submit/tizen/20160408.085053^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F00%2F65300%2F1;p=platform%2Fcore%2Fuifw%2Fe-mod-tizen-eom.git add -Werror Change-Id: I357129560e8edc003a68f11bdd9608a47fa2b6f6 --- diff --git a/packaging/e-mod-tizen-eom.spec b/packaging/e-mod-tizen-eom.spec index bd55b69..7a5adcf 100644 --- a/packaging/e-mod-tizen-eom.spec +++ b/packaging/e-mod-tizen-eom.spec @@ -33,7 +33,7 @@ This package is a the Enlightenment eom Module for Tizen. %build export GC_SECTIONS_FLAGS="-fdata-sections -ffunction-sections -Wl,--gc-sections" -export CFLAGS+=" -Wall -g -fPIC -rdynamic ${GC_SECTIONS_FLAGS}" +export CFLAGS+=" -Wall -Werror -g -fPIC -rdynamic ${GC_SECTIONS_FLAGS}" export LDFLAGS+=" -Wl,--hash-style=both -Wl,--as-needed -Wl,--rpath=/usr/lib" %autogen