build scripts

main
Ziyang Hu 2 years ago
parent 5e74444df8
commit 226920893a

@ -38,12 +38,15 @@ cd ..
# jemalloc
cd jemalloc
./autogen.sh --with-jemalloc-prefix=''
./autogen.sh --disable-debug --with-jemalloc-prefix=''
make -j 8
cd ..
# rocksdb
export CFLAGS=-fPIE
export CXXFLAGS=-fPIE
cd rocksdb
rm -fr cmake_build
mkdir cmake_build && cd cmake_build

Loading…
Cancel
Save