Currently the Windows build isn't reproducible as the time and date is stored in the binary header.
I'm not exactly sure how the flexlink uses the native linker, but if it uses link.exe even with mingw we might be able to pass /Brepro to it, which apparently might fix that issue according to this blog post
Currently the Windows build isn't reproducible as the time and date is stored in the binary header.
I'm not exactly sure how the flexlink uses the native linker, but if it uses
link.exeeven with mingw we might be able to pass/Breproto it, which apparently might fix that issue according to this blog post