sys-apps/systemd: disable Ofast
Configure fails with error.
I found that the O3 workaround for systemd is only required if the homed USE flag is enabled according to the comment. So is there a way to detect that USE flag and decide if a workaround is needed?
I am completely unsure about that as I have homed USE flag disabled.
Maybe it's still broken, or it isn't.
My issue maybe wrong, as the configure error clearly states: -Ofast, -ffast-math, or -ffinite-math-only is specified in c_args
Which I think means that -Ofast is also blacklisted for some reason.
So I guess the correct corrections would be:
sys-apps/systemd /-Ofast/'-O2 ${SAFEST_FAST_MATH}' /-ffast-math/'${SAFEST_FAST_MATH}' /-ffinite-math-only/'${SAFEST_FAST_MATH}' # configure fails with error
or the same with -O3.
Close this since this project is in maintenance mode.