Post
Topic
Board Development & Technical Discussion
Re: [ANN] EasyWinBuilder - The Easy Way to Build Bitcoin on Windows
by
phelix
on 11/07/2013, 15:05:07 UTC
[...]

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
Code:
  -frandom-seed=      Make compile reproducible using
?
I guess this would have to be applied to all dependency builds, too? oh boy.