leveldb: enable runtime-detected crc32 instructions

This commit is contained in:
Cory Fields
2017-04-13 13:09:19 -04:00
committed by Pieter Wuille
parent e4030ab4f4
commit 2424989e4f
7 changed files with 25 additions and 4 deletions

View File

@@ -39,6 +39,7 @@ bench_bench_bitcoin_LDADD = \
$(LIBBITCOIN_CONSENSUS) \
$(LIBBITCOIN_CRYPTO) \
$(LIBLEVELDB) \
$(LIBLEVELDB_SSE42) \
$(LIBMEMENV) \
$(LIBSECP256K1) \
$(LIBUNIVALUE)