| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| __init__.py | ||
| __main__.py | ||
| _version.py | ||
| _version.pyi | ||
| commands.py | ||
| py.typed | ||
| setup_helpers.py | ||
| setup_helpers.pyi |
On Unix, setuptools prepends $CFLAGS and $CPPFLAGS to the compiler flags (they always come before extra_compile_args and anything else; see distutils.sysconfig.customize_compiler). In practice, the environment variables are useful e.g. to quickly generate a debug build (e.g. by setting CFLAGS=-g), but Pybind11Extension currently unconditionally overwrites this with -g0. Instead, check the environment variables and only insert -g0 if not overridden by them.
| 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... |