-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Docs: No Strip in Debug #3779
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs: No Strip in Debug #3779
Conversation
The docs were not 100% the same as we advertise with our tooling function: most users do not want to strip symbols in Debug builds.
No, I mean I just copied what we do in *Tools.cmake
|
@henryiii does this clarify things? :) |
We have to support CMake 3.4+ in our code. But 3.9+ can use We probably should include those generators in our code too, thinking about it... |
Agreed as a follow-up. Currently this just documents what we do already :) |
The docs were not 100% the same as we advertise with our tooling function: most users do not want to strip symbols in Debug builds.
The docs were not 100% the same as we advertise with our tooling function: most users do not want to strip symbols in Debug builds.
Description
The docs were not 100% the same as we advertise and do with our high-level tooling function: most users do not want to strip symbols in Debug builds.
Suggested changelog entry:
* compilation documentation: guard ``pybind11_strip`` to keep symbols in debug builds