Re: [Openvpn-devel] [PATCH 4/5] CMake: Add /Brepro to MSVC link options

2023-06-27 Thread Lev Stipakov
Hi, Interesting that MSFT hasn't been able to document this flag for almost 4 years: https://developercommunity.visualstudio.com/t/document-brepro-flag/731265 I checked that the flag is indeed passed to the linker command line but haven't tested that binaries are indeed identical. Acked-by: Lev

[Openvpn-devel] [PATCH 4/5] CMake: Add /Brepro to MSVC link options

2023-06-20 Thread Frank Lichtenheld
So that we get reproducible builds. Change-Id: Iffdd3ac5f266cc7d592ab678afc14c122acbb351 Signed-off-by: Frank Lichtenheld --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index bdbc87b8..3cbba5a3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.t