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

Split Debug and Install Sources. Default to Off #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Spacefreak18
Copy link

I default both options to off. Which is a little confusing because for example if you want to keep debug symbols in your binaries you'd have to say NO_STRIP=Yes. And if you want to separate your debug symbols you now would have to say NO_STRIP=No and NO_SPLIT=No.

INSTALL_SOURCES=Yes will install the source code to /usr/src. NO_SPLIT=No ( which requires NO_STRIP=No ) will split the debug symbol into /usr/debug.

It's still early development since I've still yet to upgrade a port since I've started using Venom Linux as my daily OS, so I still haven't had a need to handle that yet.

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.

1 participant