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

Add option to prefer static linking #143

Merged
merged 3 commits into from
Nov 27, 2023

Conversation

acid1103
Copy link
Contributor

Fixes #142

Copy link
Collaborator

@antiagainst antiagainst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! just some nits about comments.

static_lib_path.exists(),
config_prefer_static_linking,
) {
// if dylib not exist OR prefer static lib and static lib exist, static.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you capitalize the first character? Similarly for the following comments (and then them with .).

@antiagainst antiagainst changed the title Prefer static linking Add option to prefer static linking Nov 26, 2023
@acid1103
Copy link
Contributor Author

Done. :)

@antiagainst antiagainst merged commit 7bc44b7 into google:main Nov 27, 2023
11 checks passed
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.

Provide a feature to prefer static linking
2 participants