From: Jihoon Kim Date: Thu, 9 Jun 2016 02:05:58 +0000 (+0900) Subject: Remove -lto option X-Git-Tag: submit/tizen/20160613.020334~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=93eccbe7ad7349a5fb9260bfbc696c1be0ce9bca;p=platform%2Fcore%2Fuifw%2Fise-engine-anthy.git Remove -lto option -lto option makes not to use gdb Change-Id: I08fc988a8cf4de464287388250dbb4800ec59c30 --- diff --git a/packaging/ise-engine-anthy.spec b/packaging/ise-engine-anthy.spec index 7869df8..0133826 100644 --- a/packaging/ise-engine-anthy.spec +++ b/packaging/ise-engine-anthy.spec @@ -21,8 +21,8 @@ ise-engine-anthy is ISF IMEngine module for Japanese input method base.It conver %setup -q %build -export CFLAGS+=" -fvisibility=hidden -flto " -export CXXFLAGS+=" -fvisibility=hidden -flto " +export CFLAGS+=" -fvisibility=hidden " +export CXXFLAGS+=" -fvisibility=hidden " export CPPFLAGS+=" -DEXPORTED=__attribute__\(\(visibility\(\\\"default\\\"\)\)\)" ./bootstrap