Le Tue, Aug 23, 2022 at 09:17:02PM +0200, Volker Schlecht a écrit : > I'd like to add: www/mozilla-firefox 104.0 builds fine with it. > > I saw a metric ton of "function control flow change detected (hash > mismatch)" warnings though. Unlikely to be related to lang/node, but is that > to be expected?
yes, that's because we use profiling data generated on another OS so the code flow/function signatures might be slightly different for $reasons. Those warnings are harmless and could be silenced with -Wno-backend-plugin, or by generating natively our own profiling data (good luck with that) Landry
