Hi! The Arch Linux packaging setup now defaults to using link time optimization (LTO).
Unfortunately this conflicts with some internal flags set by waf. For a downstream bug report please see:
https://bugs.archlinux.org/task/74270
Currently it is only possible to disable LTO for the build.
Do you have any plan in fixing this? AFAICT, this could be done by either building the offending sections not with -fno-lto or by removing LTO explicitly from user provided build flags (the former obviously being preferred if possible).
Anonymous
Hi
I've had a similar report for the git package of guitarix here:
https://github.com/brummer10/guitarix/issues/104
does that solution may work for you when I push out a new release?
Sorry for the long delay: This worked for me as well!