]> git.ipfire.org Git - thirdparty/openvpn.git/commit
vcpkg: link lzo statically
authorLev Stipakov <lev@openvpn.net>
Wed, 16 Feb 2022 13:42:27 +0000 (15:42 +0200)
committerGert Doering <gert@greenie.muc.de>
Thu, 17 Feb 2022 14:57:12 +0000 (15:57 +0100)
commitcac1ebd859e9d60642d2375a2c0bdacac35ca12c
treeb359eaeb15953196749f0016786469afff3a650d
parente8a2794824ded011a1ed58aeb95321332b1ae684
vcpkg: link lzo statically

Having .dll for a single executable doesn't make
much sense. Static linking removes 117kb .dll
and grows .exe size by only 4kb.

Signed-off-by: Lev Stipakov <lev@openvpn.net>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20220216134227.147-1-lstipakov@gmail.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg23807.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
contrib/vcpkg-triplets/arm64-windows-ovpn.cmake
contrib/vcpkg-triplets/x64-windows-ovpn.cmake
contrib/vcpkg-triplets/x86-windows-ovpn.cmake