Eclipse-Community / r3dfox

r3dfox is a modern Firefox based web browser for Windows Vista & 7. SourceForge link for downloading with older browsers. https://sourceforge.net/projects/r3dfox/
https://eclipse.cx/projects/r3dfox
Other
165 stars 6 forks source link

Fix PGO being funny for 32 bit build #97

Closed K4sum1 closed 1 month ago

K4sum1 commented 1 month ago

For normal release, it will fail beginning PGO, however I can restart the build with ./mach build and it works. This workaround doesn't work for the 115 ESR release.

I assume this is rust9x since I think it only began on release after using rust9x but idk. I'll eventually get around to making my own fork and see if anything changes.

K4sum1 commented 1 month ago

It is rust9x. I built 128 with stock and it just worked.

K4sum1 commented 1 month ago

Built 115.13.0esr with 1.77.2 and it also just worked, and compiled a lot faster too. Might fork 1.77.2 for myself.

K4sum1 commented 1 month ago

Since I'm now using eRust for main and it works fine, closing.