Fulcrum/config.tests/rocksdb
Axel Gembe d02eb3859f
Build: Reject system rocksdb if not compiled with RTTI
This makes `config.tests/rocksdb` check if the library was compiled with
USE_RTTI=1 by creating an instance of an `AssociativeMergeOperator`
derived class. When rocksdb was compiled without RTTI this should
produce

```
undefined reference to `typeinfo for rocksdb::AssociativeMergeOperator'
```

when running `qmake` in `config.log` and use the static library instead.
2021-10-28 20:30:26 +07:00
..
main.cpp Build: Reject system rocksdb if not compiled with RTTI 2021-10-28 20:30:26 +07:00
test.pro Build: Fix rocksdb test, c++17 has to be explicitly enabled 2020-08-26 20:49:30 +07:00