mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-04 21:04:58 +02:00
cmake: Remove ENABLE_SSE41 from bitcoin-build-config.h
`ENABLE_SSE41` is already conditionally defined for the `bitcoin_crypto` target, so defining it in `bitcoin-build-config.h` is redundant.
This commit is contained in:
@@ -620,7 +620,6 @@ fn lint_includes_build_config() -> LintResult {
|
||||
// these cppflags manually.
|
||||
":(exclude)src/crypto/sha256_arm_shani.cpp",
|
||||
":(exclude)src/crypto/sha256_avx2.cpp",
|
||||
":(exclude)src/crypto/sha256_sse41.cpp",
|
||||
":(exclude)src/crypto/sha256_x86_shani.cpp",
|
||||
]),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user