-
Notifications
You must be signed in to change notification settings - Fork 46
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
Stripping debug info #35
Comments
I tend to follow the common practices from OpenBSD which is the OS I'm You could, however, opt-out by overwriting the make INSTALL_PROGRAM="install -m 0755" install |
Thanks for the clarification. :) I wrote a small patch which does the same (it was easier for me): https://pagure.io/yank-rpm/raw/makebuild/f/yank-debuginfo.patch This patch is used when RPM's are built, because in Fedora packages have debuginfo. Closing this! Thanks again. :) |
Great! Let me know if anything else can be improved to make packaging |
Maybe add a BINARY_NAME variable in the Makefile, so we can override in case we need to work around packages with Relevant patch for Fedora: https://pagure.io/yank-rpm/raw/makebuild/f/yank-name-change.patch I can try and send you a PR if you want. :) |
Please do. Call the variable |
Hello, while packaging for Fedora, I noticed you are stripping debug info in the Makefile.
Could you provide insight why is that so, and maybe consider leaving the debug information there?
Kind regards,
Nemanja
The text was updated successfully, but these errors were encountered: