You are not logged in.
I wrote a simple c file and compiled it with musl-gcc to debug musl behaviors, only to find that I could download nothing from debuginfod.
Then I checked out PKGBUILD https://gitlab.archlinux.org/archlinux/ … kages/musl and found that the flag !buildflags is set. It seems that the flag is introduced in the very first commit. Why is the flag set? For cross-platform build? People probably need debug packages when facing coredump.
Offline