Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sys-apps/systemd: disable Ofast #867

Closed
wants to merge 1 commit into from
Closed

sys-apps/systemd: disable Ofast #867

wants to merge 1 commit into from

Conversation

blackteahamburger
Copy link

Configure fails with error.

Configure fails with error.
@blackteahamburger
Copy link
Author

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?

@Xpeq7
Copy link

Xpeq7 commented Feb 13, 2023

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.

@blackteahamburger
Copy link
Author

Close this since this project is in maintenance mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants