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 merge requests found
......@@ -26,7 +26,7 @@ if __name__ == "__main__":
ext_modules=[
CUDAExtension(module_name,
[generated_file] + cuda_sources,
extra_compile_args={'cxx': ['--std=c++14'],
extra_compile_args={'cxx': [],
'nvcc': ['-arch=sm_35']})
],
cmdclass={
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment