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

experimental-9.0-20241016 fails to build when modifying build flags #8193

Open
roadapathy opened this issue Oct 25, 2024 · 2 comments
Open

Comments

@roadapathy
Copy link

experimental-9.0-20241016

If I modify this part of the Makefile.in in any small way at all then the build breaks. For example, if I change nocona to native then it breaks.
OPTIMIZE_FLAGS := -O2 -march=nocona -mtune=core-avx2 -mfpmath=sse

I removed the -Werror here so that it won't stop at warnings.
WINE_CONFIGURE_ARGS =
--with-mingw
--disable-tests

I created some log files using which I will include:
make redist > output.log 2>&1

I have been modifying 9.03c and earlier versions without any issues:
OPTIMIZE_FLAGS := -O3 -march=native
and I have used:
OPTIMIZE_FLAGS := -O3 -march=native -flto

Yes, I understand this probably won't build a faster binary but it's for educational purposes and I'm learning a lot.

output.log

@roadapathy
Copy link
Author

These are the projects that did not build:
Screenshot_2024-10-25_18-52-15

@Sinfolke
Copy link

i would say not to use -O3 and remain -O2

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

No branches or pull requests

2 participants