]> 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:59:11 +0000 (15:59 +0100)
commiteded6a32edcb7d4378140fcbf984fae4d8735029
tree61d2dcd901f9e448e2de53092e966a6fded6ad77
parent1e177d87f968be14f14b293273039c522ed1a75f
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>
(cherry picked from commit cac1ebd859e9d60642d2375a2c0bdacac35ca12c)
contrib/vcpkg-triplets/arm64-windows-ovpn.cmake
contrib/vcpkg-triplets/x64-windows-ovpn.cmake
contrib/vcpkg-triplets/x86-windows-ovpn.cmake