mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 06:52:36 +01:00
Bugfix: configure: Define defaults for enable_arm_{crc,shani}
This commit is contained in:
parent
30308cc380
commit
7fd0860d12
1 changed files with 2 additions and 0 deletions
|
@ -466,6 +466,8 @@ fi
|
|||
dnl Don't allow extended (non-ASCII) symbols in identifiers. This is easier for code review.
|
||||
AX_CHECK_COMPILE_FLAG([-fno-extended-identifiers], [CXXFLAGS="$CXXFLAGS -fno-extended-identifiers"], [], [$CXXFLAG_WERROR])
|
||||
|
||||
enable_arm_crc=no
|
||||
enable_arm_shani=no
|
||||
enable_sse42=no
|
||||
enable_sse41=no
|
||||
enable_avx2=no
|
||||
|
|
Loading…
Add table
Reference in a new issue