v0.7.1 fails to compile on Debian with `cc`
Closed this issue · 6 comments
adamshugar commented
When running go build
with v0.7.1 as a dependency, I get:
cc1: error: '-Wno-error=incompatible-function-pointer-types': no option '-Wincompatible-function-pointer-types'; did you mean '-Wincompatible-pointer-types'?
Running cc --version
gives:
cc (Debian 12.2.0-14) 12.2.0
Reverting to v0.7.0 fixes the problem. I suspect it's related to this issue: #30
Let me know if more information would be helpful; I think it's a quick fix with compiler flag names.
dylanhitt commented
This is fixed on main. I believe we just need to cut a tag.
NSEcho commented
Hey there, the linux does not require that flag so I think it should be removed. I can push commit in a couple of hours
NSEcho commented
You are right, thanks, will release it now
NSEcho commented
@adamshugar everything okay now?