fix ci
This commit is contained in:
parent
8da43cc027
commit
2d0fa976ef
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue