python3 x86_64 disable optimitazions

Signed-off-by: basebuilder_pel7x64builder0 <basebuilder@powerel.org>
master
basebuilder_pel7x64builder0 2018-05-30 09:25:28 +02:00
parent 13593b67ee
commit aa9678b7b7
1 changed files with 1 additions and 1 deletions

View File

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