0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-26 07:23:53 +01:00

tools/buildrocks: Build RocksDB with -Wno-error. [skip ci]

This commit is contained in:
Jason Volk 2019-06-22 16:53:56 -07:00
parent d5c3db7ae5
commit 0a633985e6

View file

@ -54,6 +54,7 @@ NJOBS=`nproc`
# export CFLAGS="$CFLAGS -frtti"
export CFLAGS="$CFLAGS -fPIC"
export CFLAGS="$CFLAGS -ftls-model=initial-exec"
export CFLAGS="$CFLAGS -Wno-error"
export DISABLE_JEMALLOC=1
run make -j$NJOBS $LINKAGE
run cd $USERDIR # Return to user's original directory