Hi Mike, On Sun, Jan 17, 2021 at 2:58 PM Mike Gabriel <mike.gabr...@das-netzwerkteam.de> wrote: > Do you enable -O3 build daemon wide? Or via debian/rules?
It is set for all ppc64el builds in Ubuntu via dpkg-buildflags. > If I added your patch, I presume I would break building on ppc64el in > Debian (which looks ok): > > https://buildd.debian.org/status/package.php?p=lomiri-api&suite=sid > > Thus, I am inclined to tag this bug with "wontfix" and close it. Any > other idea (some vendor hacking in debian/rules, for example)? This should not break building on ppc64el in Debian because it just marks two symbols as optional that are optimized away/inlined with -O3. Whether or not they're present, the build will succeed. I think it makes sense to mark them as optional in Debian accordingly. Thanks, Logan