mirror of https://git.tukaani.org/xz.git
Revert "Build: Temporarily disable CRC CLMUL to silence OSS Fuzz"
This reverts commit 9f1a6d6f9a
.
This commit is contained in:
parent
2178acf8a4
commit
ead4d15199
|
@ -373,12 +373,10 @@ AM_CONDITIONAL(COND_ASM_X86, test "x$enable_assembler" = xx86)
|
|||
# CLMUL CRC #
|
||||
#############
|
||||
|
||||
# FIXME: Turn it back on by default once the code has been revised
|
||||
# to not cause false alarms in sanitizers and thus in OSS Fuzz.
|
||||
AC_ARG_ENABLE([clmul-crc], AS_HELP_STRING([--disable-clmul-crc],
|
||||
[Do not use carryless multiplication for CRC calculation
|
||||
even if support for it is detected.]),
|
||||
[], [enable_clmul_crc=no])
|
||||
[], [enable_clmul_crc=yes])
|
||||
|
||||
|
||||
############################
|
||||
|
|
Loading…
Reference in New Issue