Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-lang/cc-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cc-v1.1.33
Choose a base ref
...
head repository: rust-lang/cc-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cc-v1.1.34
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Nov 2, 2024

  1. Apple: Remove redundant flags (#1256)

    * Refactor Apple flags
    
    Non-functional change.
    
    * Apple: Remove redundant architecture flags
    
    The architecture is specified for Clang with the --target option, and
    both -arch and -m32/-m64 are passed to GCC elsewhere (should probably be
    changed to -march, but that's a different issue).
    
    * Don't output version flag on Clang
    
    It is redundant, the version is already specified in `-target`.
    
    * Appease clippy
    madsmtm authored Nov 2, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    1a9f345 View commit details
  2. chore: release v1.1.34 (#1259)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Nov 2, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    7a786c5 View commit details
Loading