|
|
|
|
|
by renox
2141 days ago
|
|
Uh? Is that sarcasm?
Compilers don't produce reproducible builds.
If you try to investigate a core dump using a binary recompiled from sources instead of the original binary, it's very likely you won't be able to analyze the core.. |
|
You know that's the reproducible part, exact same library's same compiler same options.
>Compilers don't produce reproducible builds.
Sure they do, just compile two times the same and compare its hash, would be terrible if compilers makes something else every-time.