mirror of
https://github.com/matrix-construct/construct
synced 2024-12-27 07:54:05 +01:00
tools: Disable JEMALLOC for RocksDB builds.
This commit is contained in:
parent
7de495c1c7
commit
1ebb05af70
1 changed files with 3 additions and 1 deletions
|
@ -50,5 +50,7 @@ run cd deps/rocksdb
|
||||||
run git fetch --tags
|
run git fetch --tags
|
||||||
run git checkout $BRANCH
|
run git checkout $BRANCH
|
||||||
NJOBS=`nproc`
|
NJOBS=`nproc`
|
||||||
CFLAGS="-fPIC -frtti -DROCKSDB_USE_RTTI" run make -j$NJOBS $LINKAGE
|
export CFLAGS="-fPIC -frtti -DROCKSDB_USE_RTTI"
|
||||||
|
export DISABLE_JEMALLOC=1
|
||||||
|
run make -j$NJOBS $LINKAGE
|
||||||
run cd $USERDIR # Return to user's original directory
|
run cd $USERDIR # Return to user's original directory
|
||||||
|
|
Loading…
Reference in a new issue