Skip to content
Snippets Groups Projects
Unverified Commit 947f68a8 authored by Jan Segre's avatar Jan Segre
Browse files

Update C++ standard from c++11 to c++17 to build on latest rocksdb

parent bec21991
No related branches found
No related tags found
No related merge requests found
[metadata]
name = rocksdb
version = 0.9.0
version = 0.9.1
description = Python bindings for RocksDB
long_description = file: README.rst
long_description_content_type = text/x-rst
......
......@@ -10,7 +10,7 @@ from pkgconfig import PackageNotFoundError
from setuptools import Extension, setup
extra_compile_args = [
'-std=c++11',
'-std=c++17',
'-O3',
'-Wall',
'-Wextra',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment