Verified Commit 852c0760 authored by Tommaso Tocci's avatar Tommaso Tocci
Browse files

workaround rocksDB compilation error

avoid compilation error reported here:

https://github.com/facebook/rocksdb/issues/4017
parent 94967669
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -321,7 +321,7 @@ echo "############################################################ Installing:
CURR=${SOURCE}/rocksdb
cd ${CURR}
make clean
make USE_RTTI=1 -j${CORES} static_lib
make CXXFLAGS="-Wno-stringop-truncation" USE_RTTI=1 -j${CORES} static_lib
make INSTALL_PATH=${INSTALL} install

echo "Done"