search for: bf872c68

Displaying 2 results from an estimated 2 matches for "bf872c68".

2010 Nov 14
2
[LLVMdev] Non-deterministic builds
Den 12/11/2010 kl. 18.48 skrev Chris Lattner: > Oh, I should point out that using randomness is the unfortunate part, but you can get deterministic builds by passing -frandom-seed=0 to clang and/or gcc. I'll try that. I assume that the randomness has a purpose, so what are the negative implications of setting -frandom-seed=0? Will i still have a functioning compiler? :-) Thanks, Erik
2010 Nov 14
0
[LLVMdev] Non-deterministic builds
> I'll try that. I assume that the randomness has a purpose, so what are the negative implications of setting -frandom-seed=0? Will i still have a functioning compiler? :-) The compiler being gcc? The manual says: The STRING should be different for every file you compile. > Thanks, > Erik Cheers, Rafael