mirror of
https://github.com/matrix-construct/construct
synced 2024-11-15 22:41:12 +01:00
tools: Build RocksDB with tls-model=initial-exec.
This commit is contained in:
parent
ddbd25c653
commit
fff4379b79
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ NJOBS=`nproc`
|
|||
export CFLAGS="$CFLAGS -DROCKSDB_USE_RTTI"
|
||||
export CFLAGS="$CFLAGS -frtti"
|
||||
export CFLAGS="$CFLAGS -fPIC"
|
||||
export CFLAGS="$CFLAGS -ftls-model=initial-exec"
|
||||
export DISABLE_JEMALLOC=1
|
||||
run make -j$NJOBS $LINKAGE
|
||||
run cd $USERDIR # Return to user's original directory
|
||||
|
|
Loading…
Reference in a new issue