[...]
2. Passes -frandom-seed=constant to g++, so it doesn't create random names for generated methods.
Unfortunately it does not work as MinGW GCC is somewhat nondeterministic.
Have you tried
-frandom-seed= Make compile reproducible using
?
I guess this would have to be applied to all dependency builds, too? oh boy.