Skip to content
Snippets Groups Projects
Commit d15fd6b0 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Remove --std=c++-14 flag in setup.py

parent 40ca1497
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ if __name__ == "__main__": ...@@ -26,7 +26,7 @@ if __name__ == "__main__":
ext_modules=[ ext_modules=[
CUDAExtension(module_name, CUDAExtension(module_name,
[generated_file] + cuda_sources, [generated_file] + cuda_sources,
extra_compile_args={'cxx': ['--std=c++14'], extra_compile_args={'cxx': [],
'nvcc': ['-arch=sm_35']}) 'nvcc': ['-arch=sm_35']})
], ],
cmdclass={ cmdclass={
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment