cleaning script

main
Ziyang Hu 2 years ago
parent 226920893a
commit 1545c01892

@ -13,6 +13,9 @@ if [[ "$OSTYPE" == "linux-gnu"* ]]; then
if [ ! -f ${LD} ]; then echo "${LD} not found"; exit; fi
fi
export CFLAGS=-fPIE
export CXXFLAGS=-fPIE
# gflags
cd gflags
@ -44,9 +47,6 @@ cd ..
# rocksdb
export CFLAGS=-fPIE
export CXXFLAGS=-fPIE
cd rocksdb
rm -fr cmake_build
mkdir cmake_build && cd cmake_build

Loading…
Cancel
Save