mirror of https://github.com/thesofproject/sof.git
scripts/fuzz.sh: add -DCONFIG_ZEPHYR_POSIX
Don't rely on some semi-random default value. The final `zephyr/.config` and binaries are strictly identical. Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
parent
1621a95f01
commit
5a9dc8a0b5
|
@ -69,6 +69,7 @@ main()
|
|||
|
||||
# Move this to a new fuzz.conf overlay file if it grows bigger
|
||||
local fuzz_configs=(
|
||||
-DCONFIG_ZEPHYR_POSIX=y
|
||||
-DCONFIG_ASSERT=y
|
||||
-DCONFIG_SYS_HEAP_BIG_ONLY=y
|
||||
-DCONFIG_ZEPHYR_NATIVE_DRIVERS=y
|
||||
|
|
Loading…
Reference in New Issue