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

No-op shared_flag() and static_flag() methods. #838

Closed
wants to merge 1 commit into from

Conversation

dot-asm
Copy link
Contributor

@dot-asm dot-asm commented Jul 26, 2023

The compiler flags enabled by the methods in question are link flags and are never actually used in the cc-rs context. The shared_flag() is documented as reserved for future support for linking shared libraries, and static_flag() is effectively deprecated.

This is with reference to #772 (comment) and forward.

The compiler flags enabled by the methods in question are link flags
and are never actually used in the cc-rs context. The shared_flag()
is documented as reserved for future support for linking shared
libraries, and static_flag() is effectively deprecated.
@NobodyXu
Copy link
Collaborator

@dot-asm A lot of your PRs were closed in batch, is it an accident?

@dot-asm
Copy link
Contributor Author

dot-asm commented Nov 13, 2023

No, it's a conscious choice. Just in case, it's not a random "lot," but all open ones. I've also removed myself from the watchers' list.

@NobodyXu
Copy link
Collaborator

@dot-asm Is it because members of cc-rs is too slow to review and respond to your PR and some of them has been open for a long time?

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.

None yet

2 participants