Fix oss-fuzz build
Disable assembly when dataflow sanitizer is enabled. This regressed in PR #2893, which accidentally removed the check for dataflow sanitizer.
This commit is contained in:
@@ -96,6 +96,8 @@
|
|||||||
# if defined(__linux__) || defined(__linux) || defined(__APPLE__)
|
# if defined(__linux__) || defined(__linux) || defined(__APPLE__)
|
||||||
# if ZSTD_MEMORY_SANITIZER
|
# if ZSTD_MEMORY_SANITIZER
|
||||||
# define ZSTD_ASM_SUPPORTED 0
|
# define ZSTD_ASM_SUPPORTED 0
|
||||||
|
# elif ZSTD_DATAFLOW_SANITIZER
|
||||||
|
# define ZSTD_ASM_SUPPORTED 0
|
||||||
# else
|
# else
|
||||||
# define ZSTD_ASM_SUPPORTED 1
|
# define ZSTD_ASM_SUPPORTED 1
|
||||||
# endif
|
# endif
|
||||||
|
|||||||
Reference in New Issue
Block a user