Disable profile guided optimizations for now to speed up the build time

This commit is contained in:
Charalampos Stratakis 2017-08-01 14:55:27 +02:00 committed by Petr Viktorin
parent dcd7ae00e8
commit 7355e7a62e
1 changed files with 1 additions and 1 deletions

View File

@ -755,7 +755,7 @@ BuildPython optimized \
python \
python%{pybasever} \
%ifarch %{ix86} x86_64
"--without-ensurepip --enable-optimizations" \
"--without-ensurepip" \
%else
"--without-ensurepip" \
%endif