From 3f69bcd6281fb23f32c2a1bab786dba3ff25c697 Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Tue, 18 Apr 2017 13:48:56 +0200 Subject: [PATCH] Enable link time optimizations --- python3.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python3.spec b/python3.spec index a501288..8fff5ba 100644 --- a/python3.spec +++ b/python3.spec @@ -760,6 +760,7 @@ BuildPython() { --with-system-ffi \ --enable-loadable-sqlite-extensions \ --with-dtrace \ + --with-lto \ %if 0%{?with_systemtap} --with-systemtap \ %endif