mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-11 14:22:33 +00:00
RocksDB zstd encryption; cache tuning; readonly open mode
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#ifdef WITH_ROCKSDB
|
||||
#ifdef IFOPSH_WITH_ROCKSDB
|
||||
|
||||
#include "RocksDbSerializer.h"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#ifndef ROCKSDBSERIALIZER_H
|
||||
#define ROCKSDBSERIALIZER_H
|
||||
#ifdef WITH_ROCKSDB
|
||||
#ifdef IFOPSH_WITH_ROCKSDB
|
||||
|
||||
#include "../serializers/serializers_api.h"
|
||||
#include "../ifcgeom/Serializer.h"
|
||||
|
||||
Reference in New Issue
Block a user