mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-12-15 06:31:32 +03:00
Create libsoftether.so and dynamically link the userland.
Sharing object code between vpnbridge, vpnclient, vpnserver, and vpncmd reduces the binary size of SoftEther by 85% and its administrative memory footprint by 50%.
This commit is contained in:
@ -25,5 +25,4 @@ vpnserver_SOURCES = \
|
||||
vpnserver.c
|
||||
|
||||
vpnserver_LDADD = \
|
||||
$(top_builddir)/src/Mayaqua/libmayaqua.la \
|
||||
$(top_builddir)/src/Cedar/libcedar.la
|
||||
$(top_builddir)/src/libsoftether/libsoftether.la
|
||||
|
||||
Reference in New Issue
Block a user