You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: expose the precompiled-mode sources to non-CMake builds
Adds pybind11.get_source_dir() / python -m pybind11 --srcdir, a srcdir
variable in pybind11.pc, and Pybind11Extension(precompile=True) which
compiles src/pybind11_combined.cpp into the extension and defines
PYBIND11_PRECOMPILED (hard error if the sources are missing).
Assisted-by: ClaudeCode:claude-fable-5
0 commit comments