This repository has been archived by the owner on Mar 31, 2024. It is now read-only.
Golang builds that use CGO fail with "argument unused during compilation" #74
Labels
type: bug
Something isn't working.
This previously only impacted a handful of builds that manually set
export CGO_CFLAGS=CFLAGS
but now affects all CGO-using builds after #56.Said builds exit with the following error:
For now I have added the following to impacted builds to fix them:
The text was updated successfully, but these errors were encountered: