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

Make the c feature for compiler-builtins an explicit opt-in #101833

Merged
merged 1 commit into from
Sep 29, 2022

Commits on Sep 28, 2022

  1. Make the c feature for compiler-builtins opt-in instead of inferred

    The build script for `compiler_builtins` doesn't support cross-compilation. I tried fixing it, but the cc crate itself
    doesn't appear to support cross-compiling to windows either unless you use the -gnu toolchain:
    ```
      error occurred: Failed to find tool. Is `lib.exe` installed?
    ```
    
    Rather than trying to fix it or special-case the platforms without bugs,
    make it opt-in instead of automatic.
    jyn514 committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    3acb505 View commit details
    Browse the repository at this point in the history