We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6205570 commit c56fab1Copy full SHA for c56fab1
cuda_bindings/setup.py
@@ -253,8 +253,8 @@ def generate_output(infile, local):
253
if "--debug" in sys.argv:
254
extra_cythonize_kwargs["gdb_debug"] = True
255
extra_compile_args += ["-g", "-O0"]
256
- extra_compile_args += ["-D _GLIBCXX_ASSERTIONS"] # libstdc++
257
- #extra_compile_args += ["-D _LIBCPP_ENABLE_ASSERTIONS"] # Consider: if clang, use libc++ preprocessor macros.
+ extra_compile_args += ["-D _GLIBCXX_ASSERTIONS"] # libstdc++
+ # extra_compile_args += ["-D _LIBCPP_ENABLE_ASSERTIONS"] # Consider: if clang, use libc++ preprocessor macros.
258
else:
259
extra_compile_args += ["-O3"]
260
0 commit comments