From: Denis Khalikov Date: Fri, 9 Dec 2016 09:55:32 +0000 (+0300) Subject: removed -flto flag X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Fsandbox%2Fdenis13%2FLTO;p=platform%2Fcore%2Fuifw%2Fe-mod-tizen-wl-textinput.git removed -flto flag --- diff --git a/packaging/e-mod-tizen-wl-textinput.spec b/packaging/e-mod-tizen-wl-textinput.spec index 450250a..9d6b4c5 100644 --- a/packaging/e-mod-tizen-wl-textinput.spec +++ b/packaging/e-mod-tizen-wl-textinput.spec @@ -24,6 +24,9 @@ The Enlightenment WM Wayland Text Input Module for Tizen %setup -q -n %{name}-%{version} %build + +export CFLAGS=$( echo $CFLAGS | sed -e "s/-flto//g") +export CXXFLAGS=$( echo $CXXFLAGS | sed -e "s/-flto//g") CFLAGS+=" -Werror"; CXXFLAGS+=" -Werror"; %if "%{profile}" == "tv"