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

Unexport internal symbols in Linux build; create debuginfo #166

Merged
merged 3 commits into from
Oct 29, 2023

Conversation

bgilbert
Copy link
Member

No description provided.

Debian and Go use "amd64", but the Linux kernel uses "x86_64" (as does
Meson) and we should use a naming scheme matching the environment.

Signed-off-by: Benjamin Gilbert <[email protected]>
On Windows, dependencies don't mark their public symbols dllexport when
they're built statically.  On Linux, exported symbols from static libraries
aren't marked hidden, and we need to override this.

Signed-off-by: Benjamin Gilbert <[email protected]>
@openslide-bot
Copy link
Contributor

openslide-bot commented Oct 29, 2023

DCO signed off ✔️

All commits have been signed off. You have certified to the terms of the Developer Certificate of Origin, version 1.1. In particular, you certify that this contribution has not been developed using information obtained under a non-disclosure agreement or other license terms that forbid you from contributing it under the GNU Lesser General Public License, version 2.1.

@bgilbert bgilbert merged commit 47c411f into openslide:main Oct 29, 2023
11 checks passed
@bgilbert bgilbert deleted the linux branch October 29, 2023 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants