pybind / pybind11

Seamless operability between C++11 and Python
https://pybind11.readthedocs.io/
Other
15.82k stars 2.12k forks source link

fix: don't strip with BUILD_TYPE None #5392

Open jspricke opened 1 month ago

jspricke commented 1 month ago

Description

Debian builds with None by default and takes care of stripping itself. This allows building debug symbol packages.

Suggested changelog entry:

Don't strip with CMAKE_BUILD_TYPE None