Skip to content

v0.5.1 — Homebrew packaging fix

Latest

Choose a tag to compare

@sven42xyz sven42xyz released this 27 Aug 17:46
· 2 commits to main since this release
e4d6ce2

Packaging-only release — no changes to gitls itself.

Fixed

  • Homebrew: the formula no longer inherits Homebrew's injected -march=<cpu>
    optimisation flag (HOMEBREW_OPTFLAGS). The compiler shim appends it to every
    invocation, so on installations where the detected CPU and the active
    toolchain disagree, clang rejects the architecture name and the build fails
    before it starts (unsupported argument '<cpu>' to option '-march='). gitls
    is I/O-bound and already compiles with -O2, so the CPU tuning bought
    nothing.