Ensure we use the SSE CRC32 instruction

Former-commit-id: 78ef8976e86d07d4c1fa7c4631a610babf2f4776
This commit is contained in:
John Sully 2020-08-09 01:47:53 +00:00
parent 80dc68e497
commit 94020160dc

2
deps/Makefile vendored
View File

@ -94,6 +94,6 @@ jemalloc: .make-prerequisites
rocksdb: .make-prerequisites
@printf '%b %b\n' $(MAKECOLOR)MAKE$(ENDCOLOR) $(BINCOLOR)$@$(ENDCOLOR)
cd rocksdb && PORTABLE=1 FORCE_SSE42=1 $(MAKE) static_lib
cd rocksdb && PORTABLE=1 USE_SSE=1 FORCE_SSE42=1 $(MAKE) static_lib
.PHONY: rocksdb