Skip to content

Commit

Permalink
Added debug info option when building numpy (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
vfdev-5 authored Jan 13, 2025
1 parent 614d3ee commit 9e6184a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,8 @@ python -m pip install -U git+https://github.com/cython/cython

```bash
CC=clang-18 CXX=clang++-18 python -m pip install -v . --no-build-isolation -Csetup-args=-Db_sanitize=thread
# or with debug info
# CC=clang-18 CXX=clang++-18 python -m pip install -v . --no-build-isolation -Csetup-args=-Db_sanitize=thread -Csetup-args=-Dbuildtype=debugoptimized
```

### Useful TSAN options
Expand Down

0 comments on commit 9e6184a

Please sign in to comment.