ok, `CFLAGS='-Wno-implicit-function-declaration'` ...
# development
a
ok,
CFLAGS='-Wno-implicit-function-declaration'
fixed it, for no reason whatsoever. cargo or something must be looking at warnings from stderr and choosing to fail, separately from
-Werror
from gcc, which is just more than i can handle
🙏 1