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