From 0dfa45b2af9b8d7152587bd228a61c8c7fc60baf Mon Sep 17 00:00:00 2001 From: John Sully Date: Mon, 3 Feb 2020 17:33:15 -0500 Subject: [PATCH] Build portable rocksdb binaries Former-commit-id: e94db969f8ac584b75b2ad015b65c1d0d73d0776 --- deps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/Makefile b/deps/Makefile index 7eebb3522..bc62c594f 100644 --- a/deps/Makefile +++ b/deps/Makefile @@ -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