Do not run memcheck by default

This commit is contained in:
Björn Esser 2019-03-04 11:17:45 +01:00
parent 7dd854a69a
commit 34d80ff4e8
No known key found for this signature in database
GPG Key ID: F52E98007594C21D

View File

@ -26,15 +26,9 @@
%bcond_without staticlib %bcond_without staticlib
# Run memcheck? # Do not run memcheck by default.
%ifarch %{valgrind_arches} # This is useful for development, only.
# Valgrind does not work well on %%{power64} arches.
%ifarch %{power64}
%bcond_with memcheck %bcond_with memcheck
%else
%bcond_without memcheck
%endif
%endif
# Shared object version of libcrypt. # Shared object version of libcrypt.