Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
pjc50
on Sept 2, 2019
|
parent
|
context
|
favorite
| on:
An introduction to deterministic builds with C/C++
There's no good reason to make builds deliberately nondeterministic, but it is time-consuming to set up and maintain, and forces tooling choices along the way.
I suppose it rules out including build date in the binaries.
dfgdghdf
on Sept 2, 2019
[–]
You can make the date an input to the build and push it to the configuration.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
I suppose it rules out including build date in the binaries.