Remix.run Logo
inglor_cz 3 hours ago

Has anyone fought Microsoft Visual Studio successfully to produce reproducible builds of C++ programs? From what I have heard, it is one of the worst contexts to do it.

azkalam an hour ago | parent | next [-]

Probably easiest way is to use Bazel to leverage the effort that has gone in there

einpoklum 36 minutes ago | parent | prev [-]

Well, you can't build MSVS yourself, reproducibly or otherwise, so this is a less appealing endeavor I would think.