Miro Hrončok 2020-02-28 18:34:31 +01:00
parent 2d49fce8f2
commit f6b4d318e9
1 changed files with 0 additions and 5 deletions

View File

@ -64,12 +64,7 @@ License: Python
%bcond_without optimizations
# https://fedoraproject.org/wiki/Changes/PythonNoSemanticInterpositionSpeedup
# Disabled on ppc64le and armv7hl: https://bugzilla.redhat.com/show_bug.cgi?id=1795575
%ifarch %{power64} %{arm}
%bcond_with no_semantic_interposition
%else
%bcond_without no_semantic_interposition
%endif
# Run the test suite in %%check
%bcond_without tests