Multilib builds use a different makepkg.conf IIRC. Just need to adjust some flags and some logic choosing correct glags for multilib repos.
Nah, that's rather simple, as the list is basiclly just part of this project: It's the flags AHLP like to set, like the ones TBD here.
Oh…
Sure, we can tackle that. Need to do dome researching, but it should not be that complicated.
We could do something similar by having two lists of optional flags for each compiler, so they would just get added depending on which compiler is stored in a variable for each package. …
Some projects force a certain level of optimization, which we should not touch.
I feel like that might just be historic, like forcing a higher optimizasion but GCC instroduced a more…
That may be a good idea, since we can talk about specific options in detail instead of creating a huge messy thread here.
Seems like some of them are stuck in a build loop. They get build, housekeeping then resets them since their repo-version is not set for some reason. I'll have another look, something is still not…
I think I found the problem. Should be fixed with the last few commits. I'll keep monitoring for a while, wen can leave this open until we are sure it does not repeat.
Some project force a certain level of optimization, which we should not touch. About -Werror=format-security: That should be handled by upstream Arch. If we begin to modify PKGBUILDS for…
This would increase overall build time, not sure that tradeoff is worth, especially since detecting LTO build failures is a one-off thing.