From 34d80ff4e8989e2ce938e98dab4319ce2957459a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Mon, 4 Mar 2019 11:17:45 +0100 Subject: [PATCH] Do not run memcheck by default --- libxcrypt.spec | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/libxcrypt.spec b/libxcrypt.spec index 3485a21..24a3d0d 100644 --- a/libxcrypt.spec +++ b/libxcrypt.spec @@ -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.