Build portable rocksdb binaries
Former-commit-id: e94db969f8ac584b75b2ad015b65c1d0d73d0776
This commit is contained in:
parent
2ee97b5bb5
commit
0dfa45b2af
2
deps/Makefile
vendored
2
deps/Makefile
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user