|
|
|
|
|
by rocqua
2670 days ago
|
|
> If you build the same code on two different machines, using the same compiler, with the same options, then the generated binaries should be exactly the same. There is so much context that is normally embedded into a binary that this is usually not true unless explicit measures have been taken. Two very common sources that introduce variability are time-stamps used in the build, and environment variables such as $HOME and $USER. |
|