This commit is contained in:
Jack Robison 2022-08-01 15:15:12 -04:00
parent 8da43cc027
commit 2d0fa976ef
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -20,7 +20,7 @@ with open(os.path.join(os.path.dirname(__file__), 'rocksdb', '__init__.py'), 'r'
version = version_line.split('__version__ = "')[1][:-2]
EXTRA_COMPILE_ARGS = [
'-std=c++11',
'-std=c++17',
'-fPIC',
'-Os',
'-Wall',