Remove -lto option 95/73595/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Thu, 9 Jun 2016 00:50:08 +0000 (09:50 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 9 Jun 2016 00:50:11 +0000 (09:50 +0900)
-lto option makes not to use gdb

Change-Id: I86e06ff4a5562d2f3ebe8f7abf522ab7915cf6fa

packaging/ise-engine-hangul.spec

index b8be9e4..6b70511 100755 (executable)
@@ -19,8 +19,8 @@ characters from the keyboard using the plugin modules and the data files.
 %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