From 7355e7a62eb060ac88a2e15f84ad3c6638dca264 Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Aug 14 2017 15:34:02 +0000 Subject: Disable profile guided optimizations for now to speed up the build time --- diff --git a/platform-python.spec b/platform-python.spec index b2b9354..b424bef 100644 --- a/platform-python.spec +++ b/platform-python.spec @@ -755,7 +755,7 @@ BuildPython optimized \ python \ python%{pybasever} \ %ifarch %{ix86} x86_64 - "--without-ensurepip --enable-optimizations" \ + "--without-ensurepip" \ %else "--without-ensurepip" \ %endif