projects
/
platform
/
core
/
uifw
/
ise-engine-tables.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8db9c0d
)
Remove -lto option
99/73599/1
author
Jihoon Kim
<jihoon48.kim@samsung.com>
Thu, 9 Jun 2016 00:55:50 +0000
(09:55 +0900)
committer
Jihoon Kim
<jihoon48.kim@samsung.com>
Thu, 9 Jun 2016 00:55:50 +0000
(09:55 +0900)
-lto option makes not to use gdb
Change-Id: Ia2d411fea86b6837a2272cf60e8fa099858b4690
packaging/ise-engine-tables.spec
patch
|
blob
|
history
diff --git
a/packaging/ise-engine-tables.spec
b/packaging/ise-engine-tables.spec
index 853cf0c8a0e76cb842a119cf8366425a99aa7d85..e08e75d49d3f8ae964605fb62a4383e8470f940e 100755
(executable)
--- a/
packaging/ise-engine-tables.spec
+++ b/
packaging/ise-engine-tables.spec
@@
-92,8
+92,8
@@
rm -rf ${RPM_BUILD_ROOT}
%setup -n %{name}-%{version}
%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