Skip to content
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

Change binary stripping settings for scikit-build-core #2980

Merged
merged 4 commits into from
Jan 11, 2024

Conversation

jhale
Copy link
Member

@jhale jhale commented Jan 10, 2024

This does not change the default stripping policy of scikit-build-core (true).

The docker end user images are built by default in release mode without binary stripping. This leads to small binaries as there are no debug symbols in release mode.

The README is updated to add a scikit-build-core config flag to not strip debug symbols, so that it is possible to debug!

Also removes the broken CMAKE_CXX_FLAGS stuff as pointed out by @mhabera.

Resolves #2948.

@jhale jhale added this pull request to the merge queue Jan 11, 2024
@jhale jhale removed this pull request from the merge queue due to a manual request Jan 11, 2024
@garth-wells garth-wells added this pull request to the merge queue Jan 11, 2024
Merged via the queue into main with commit 94437cc Jan 11, 2024
19 checks passed
@garth-wells garth-wells deleted the jhale/debug-strip-issue branch January 11, 2024 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG]: Do not always strip debug symbols from python bindings
2 participants