readme: update rocksdb build flags

This commit is contained in:
pragmaxim
2026-01-16 05:45:37 +01:00
parent 06304902d9
commit a85a3432a7

View File

@@ -222,7 +222,7 @@ sudo apt-get update && sudo apt-get install -y \
git clone https://github.com/facebook/rocksdb.git
cd rocksdb
git checkout v9.10.0
CFLAGS=-fPIC CXXFLAGS=-fPIC make release
CFLAGS=-fPIC CXXFLAGS="-fPIC -Wno-error=array-bounds" make release
```
Setup variables for grocksdb