projects
/
platform
/
upstream
/
scons.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
762c702
)
removed -flto flag
sandbox/denis13/LTO
author
Denis Khalikov
<d.khalikov@partner.samsung.com>
Sun, 30 Oct 2016 12:59:59 +0000
(15:59 +0300)
committer
Denis Khalikov
<d.khalikov@partner.samsung.com>
Sun, 30 Oct 2016 12:59:59 +0000
(15:59 +0300)
packaging/scons.spec
patch
|
blob
|
history
diff --git
a/packaging/scons.spec
b/packaging/scons.spec
index c4725097430fe47ca5a9f7d2e6494025a4b35b6e..35fb333ea1a6a45eba683529061759462103614b 100644
(file)
--- a/
packaging/scons.spec
+++ b/
packaging/scons.spec
@@
-38,7
+38,8
@@
full power of Python to control compilation.
cp %{SOURCE1001} .
%build
-export CFLAGS="$RPM_OPT_FLAGS"
+CFLAGS="$RPM_OPT_FLAGS"
+CFLAGS=$( echo $CFLAGS | sed -e "s/-flto//g")
python setup.py build
%install