- package.json
GCC 15+ with glibc 2.42+ treats pthread initializer patterns in Go's
runtime/cgo as errors due to stricter -Werror + brace checking.
Add -Wno-error=missing-braces to CGO_CFLAGS in the build script to
allow builds on modern Linux distros (CachyOS, Fedora 42+, Arch, etc.)
while preserving other warning-as-error checks.