Skip to content

Commit c56fab1

Browse files
[pre-commit.ci] auto code formatting
1 parent 6205570 commit c56fab1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cuda_bindings/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,8 @@ def generate_output(infile, local):
253253
if "--debug" in sys.argv:
254254
extra_cythonize_kwargs["gdb_debug"] = True
255255
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.
256+
extra_compile_args += ["-D _GLIBCXX_ASSERTIONS"] # libstdc++
257+
# extra_compile_args += ["-D _LIBCPP_ENABLE_ASSERTIONS"] # Consider: if clang, use libc++ preprocessor macros.
258258
else:
259259
extra_compile_args += ["-O3"]
260260

0 commit comments

Comments
 (0)