Do not run memcheck by default
This commit is contained in:
parent
7dd854a69a
commit
34d80ff4e8
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user