Remove unused configure flags

This commit is contained in:
Miro Hrončok 2016-09-13 12:25:09 +02:00
parent b54c87b3b6
commit 8a7a7a7651

View File

@ -579,9 +579,9 @@ BuildPython debug \
python-debug \
python%{pybasever}-debug \
%ifarch %{ix86} x86_64 ppc %{power64}
"--with-pydebug --with-tsc --with-count-allocs --with-call-profile --without-ensurepip" \
"--with-pydebug --with-tsc --without-ensurepip" \
%else
"--with-pydebug --with-count-allocs --with-call-profile --without-ensurepip" \
"--with-pydebug --without-ensurepip" \
%endif
false \
-O0