Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Sep 30, 2024
1 parent 1d60626 commit 51c63e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rocksdb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cd rocksdb || { echo "directory not found"; exit 1; }

make static_lib

strip --strip-unneeded librocksdb.a
strip -S librocksdb.a
cp librocksdb.a ${out_dir}

echo "rocksdb built successfully"

0 comments on commit 51c63e8

Please sign in to comment.