| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| __init__.py | ||
| __main__.py | ||
| _version.py | ||
| _version.pyi | ||
| commands.py | ||
| py.typed | ||
| setup_helpers.py | ||
| setup_helpers.pyi |
This allows users to set e.g. `extra_compile_args=["-g"]` (temporarily, for debugging purposes) and not have that get overridden by Pybind11Extension's default `-g0`. In order to minimize "order inversion" (not that it really matters, though) I chose to collect all flags and add them at once (hence the dropping of `*args`). I also dropped flag deduplication, which seems unneeded.
| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| __init__.py | Loading commit data... | |
| __main__.py | Loading commit data... | |
| _version.py | Loading commit data... | |
| _version.pyi | Loading commit data... | |
| commands.py | Loading commit data... | |
| py.typed | Loading commit data... | |
| setup_helpers.py | Loading commit data... | |
| setup_helpers.pyi | Loading commit data... |