diff options
author | Denis Khalikov <d.khalikov@partner.samsung.com> | 2017-02-06 18:16:05 +0300 |
---|---|---|
committer | Denis Khalikov <d.khalikov@partner.samsung.com> | 2017-02-06 18:16:05 +0300 |
commit | a2da279342cfab8edb6a7cf18ca6686ef3411981 (patch) | |
tree | 30960615f017b64aa92410334bcb37ca1779e6d1 | |
parent | 0001da24dd8e7380ca964640000f67900944dab9 (diff) | |
download | flex-sandbox/denis13/LTO.tar.gz flex-sandbox/denis13/LTO.tar.bz2 flex-sandbox/denis13/LTO.zip |
using -ffat-lto-objectssandbox/denis13/LTO
-rw-r--r-- | packaging/flex.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/flex.spec b/packaging/flex.spec index 7c33f85..e6470c0 100644 --- a/packaging/flex.spec +++ b/packaging/flex.spec @@ -26,6 +26,7 @@ patterns in text. cp %{SOURCE1001} . %build +export CFLAGS+=" -ffat-lto-objects " autoreconf -fi %configure --disable-nls make %{?_smp_mflags} |