Skip to content

Commit 0fee9d9

Browse files
marc-hblgirdwood
authored andcommitted
scripts/fuzz.sh: add a couple debug -DCONFIG_ options
They shouldn't do much but they can't hurt. See #8632 for more details. Signed-off-by: Marc Herbert <marc.herbert@intel.com>
1 parent 884305b commit 0fee9d9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/fuzz.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ main()
9797
local fuzz_configs=(
9898
-DCONFIG_ZEPHYR_POSIX=y
9999
-DCONFIG_ASSERT=y
100+
-DCONFIG_EXCEPTION_DEBUG=y
101+
-DCONFIG_ARCH_POSIX_TRAP_ON_FATAL=y
100102
-DCONFIG_SYS_HEAP_BIG_ONLY=y
101103
-DCONFIG_ZEPHYR_NATIVE_DRIVERS=y
102104
-DCONFIG_ARCH_POSIX_LIBFUZZER=y

0 commit comments

Comments
 (0)