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
# Run memcheck?
%ifarch %{valgrind_arches}
# Valgrind does not work well on %%{power64} arches.
%ifarch %{power64}
# Do not run memcheck by default.
# This is useful for development, only.
%bcond_with memcheck
%else
%bcond_without memcheck
%endif
%endif
# Shared object version of libcrypt.