Enable link time optimizations

This commit is contained in:
Charalampos Stratakis 2017-04-18 13:48:56 +02:00
parent 3a35e0ba67
commit 3f69bcd628
1 changed files with 1 additions and 0 deletions

View File

@ -760,6 +760,7 @@ BuildPython() {
--with-system-ffi \
--enable-loadable-sqlite-extensions \
--with-dtrace \
--with-lto \
%if 0%{?with_systemtap}
--with-systemtap \
%endif