Skip to content

Commit

Permalink
build rocksdb using static_lib target
Browse files Browse the repository at this point in the history
  • Loading branch information
gdiazlo committed Mar 14, 2019
1 parent 6e23cdb commit f230aa9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion c-deps/builddeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ cd rocksdb
DEBUG_LEVEL=0
PORTABLE=1

for lib in libbz2.a liblz4.a librocksdb.a libsnappy.a libz.a libzstd.a; do
for lib in libbz2.a liblz4.a libsnappy.a libz.a libzstd.a; do
make $lib
done
make static_lib
strip *.a
cd ..

Expand Down

0 comments on commit f230aa9

Please sign in to comment.