diff options
| author | robot-piglet <[email protected]> | 2024-07-23 16:03:12 +0300 |
|---|---|---|
| committer | robot-piglet <[email protected]> | 2024-07-23 16:26:15 +0300 |
| commit | b10aca4d87cc7e999bc0aeedcf98e8293972ff0a (patch) | |
| tree | 67e4bfa4e702136f88249e2e76406ed27e8b220e | |
| parent | 04a25d587ec6b4598c11b3e19ae3e33eb911d7b7 (diff) | |
Intermediate changes
| -rw-r--r-- | contrib/libs/hyperscan/runtime_avx512/ya.make | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/libs/hyperscan/runtime_avx512/ya.make b/contrib/libs/hyperscan/runtime_avx512/ya.make index 5d839da1ea8..2547ada5f88 100644 --- a/contrib/libs/hyperscan/runtime_avx512/ya.make +++ b/contrib/libs/hyperscan/runtime_avx512/ya.make @@ -15,6 +15,8 @@ NO_COMPILER_WARNINGS() NO_RUNTIME() +NO_SANITIZE() + CFLAGS( ${SSE41_CFLAGS} -DHAVE_SSE41 |
