Skip to content

Commit

Permalink
scripts/fuzz.sh: add a couple debug -DCONFIG_ options
Browse files Browse the repository at this point in the history
They shouldn't do much but they can't hurt.

See thesofproject#8632 for more details.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
  • Loading branch information
marc-hb committed Feb 27, 2024
1 parent b789c70 commit 88ac389
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/fuzz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,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
Expand Down

0 comments on commit 88ac389

Please sign in to comment.