diff --git a/nix/build-all.py b/nix/build-all.py index d73373280b..f6fd585192 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -995,6 +995,7 @@ if "rocksdb" in targets: f"-DWITH_CORE_TOOLS=OFF", f"-DROCKSDB_BUILD_SHARED=Off", f"-DCMAKE_POSITION_INDEPENDENT_CODE=On", + f"-DUSE_RTTI=On", ], download_url="https://github.com/facebook/rocksdb", download_name="rocksdb",