Build portable rocksdb binaries

Former-commit-id: e94db969f8ac584b75b2ad015b65c1d0d73d0776
This commit is contained in:
John Sully 2020-02-03 17:33:15 -05:00
parent 2ee97b5bb5
commit 0dfa45b2af

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 && $(MAKE) static_lib
cd rocksdb && PORTABLE=1 FORCE_SSE42=1 $(MAKE) static_lib
.PHONY: rocksdb