From 0fee9d9630c0aa46404454a4a3fe1d71a4a2a135 Mon Sep 17 00:00:00 2001 From: Marc Herbert Date: Tue, 27 Feb 2024 17:16:16 +0000 Subject: [PATCH] scripts/fuzz.sh: add a couple debug -DCONFIG_ options They shouldn't do much but they can't hurt. See https://github.com/thesofproject/sof/pull/8632 for more details. Signed-off-by: Marc Herbert --- scripts/fuzz.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/fuzz.sh b/scripts/fuzz.sh index 18bcbbe6a01f..0ca35a77b806 100755 --- a/scripts/fuzz.sh +++ b/scripts/fuzz.sh @@ -97,6 +97,8 @@ main() local fuzz_configs=( -DCONFIG_ZEPHYR_POSIX=y -DCONFIG_ASSERT=y + -DCONFIG_EXCEPTION_DEBUG=y + -DCONFIG_ARCH_POSIX_TRAP_ON_FATAL=y -DCONFIG_SYS_HEAP_BIG_ONLY=y -DCONFIG_ZEPHYR_NATIVE_DRIVERS=y -DCONFIG_ARCH_POSIX_LIBFUZZER=y