From 7513e07589b1c60ed609c36e24e0eb3ce3942717 Mon Sep 17 00:00:00 2001 From: Paul Cercueil Date: Mon, 11 Mar 2024 12:23:00 +0100 Subject: [PATCH] od: gcw0: Disable Valgrind It takes ages to build, and is somewhat replaced now with GCC's address sanitizer: https://github.com/google/sanitizers/wiki/AddressSanitizer Signed-off-by: Paul Cercueil --- configs/od_gcw0_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/od_gcw0_defconfig b/configs/od_gcw0_defconfig index 394c58ec748d..30fffdca0def 100644 --- a/configs/od_gcw0_defconfig +++ b/configs/od_gcw0_defconfig @@ -66,7 +66,6 @@ BR2_PACKAGE_MEMSTAT=y BR2_PACKAGE_PV=y BR2_PACKAGE_STRACE=y BR2_PACKAGE_STRESS=y -BR2_PACKAGE_VALGRIND=y BR2_PACKAGE_BINUTILS=y BR2_PACKAGE_SED=y BR2_PACKAGE_DOSFSTOOLS=y