Mattias Brändström writes: > Andrew Haley wrote: > > Mattias Brändström writes: > > > Andrew Haley wrote: > > > > Mattias Brändström writes: > > > > Try -frandom-seed=<string> Make compile reproducible using <string> > Nice! I had missed that compile option. The man page says that the seed > should be different for every file I compile. Do you know what kind of > trouble i might get into if I have the same seed for every file in my > project? I guess you'll get linker errors. Use something like -frandom-seed=`md5sum filename`. Andrew.