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

Repace use of static_nobundle with native_link_modifiers within Rust codebase #90205

Merged
merged 2 commits into from
Oct 30, 2021

Commits on Oct 23, 2021

  1. Repace use of static_nobundle with native_link_modifiers

    This fixes warning when building Rust and running tests:
    ```
    warning: library kind `static-nobundle` has been superseded by specifying `-bundle` on library kind `static`. Try `static:-bundle`
    warning: `rustc_llvm` (lib) generated 2 warnings (1 duplicate)
    ```
    mati865 committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    a076f2b View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. Configuration menu
    Copy the full SHA
    533247c View commit details
    Browse the repository at this point in the history