pybind11/pybind11
Antony Lee e8c4f54316
fix: prepend Pybind11Extension flags rather than appending them. (#2808)
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.
2021-01-19 18:20:30 -05:00
..
__init__.py feat: setup.py redesign and helpers (#2433) 2020-09-16 17:13:41 -04:00
__main__.py feat: typing support for helpers (#2588) 2020-10-14 14:08:41 -04:00
_version.py docs: back to work after 2.6.1 2020-11-11 19:27:41 -05:00
_version.pyi feat: typing support for helpers (#2588) 2020-10-14 14:08:41 -04:00
commands.py feat: typing support for helpers (#2588) 2020-10-14 14:08:41 -04:00
py.typed feat: typing support for helpers (#2588) 2020-10-14 14:08:41 -04:00
setup_helpers.py fix: prepend Pybind11Extension flags rather than appending them. (#2808) 2021-01-19 18:20:30 -05:00
setup_helpers.pyi feat: way to only recompile changed files (#2643) 2020-11-11 11:45:28 -05:00