Browse Source

python3 x86_64 disable optimitazions

Signed-off-by: basebuilder_pel7x64builder0 <basebuilder@powerel.org>
master
basebuilder_pel7x64builder0 6 years ago
parent
commit
aa9678b7b7
  1. 2
      SPECS/python3.spec

2
SPECS/python3.spec

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

Loading…
Cancel
Save