aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/embeddable-dll-service
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-11-11 20:28:10 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2020-11-16 18:17:05 +0100
commit39a1934ad7f2fcbc55fefcbdc00b3d1db6a9ce2d (patch)
tree79950f4c68d2cb4da57c3ec6d2b35846bac3492c /embeddable-dll-service
parentui: use resource numbers instead of resource indices (diff)
downloadwireguard-windows-39a1934ad7f2fcbc55fefcbdc00b3d1db6a9ce2d.tar.xz
wireguard-windows-39a1934ad7f2fcbc55fefcbdc00b3d1db6a9ce2d.zip
build: opt-in to resource loading of wintun.dll
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'embeddable-dll-service')
-rw-r--r--embeddable-dll-service/build.bat2
1 files changed, 0 insertions, 2 deletions
diff --git a/embeddable-dll-service/build.bat b/embeddable-dll-service/build.bat
index cae35f70..ecf5acc9 100644
--- a/embeddable-dll-service/build.bat
+++ b/embeddable-dll-service/build.bat
@@ -18,9 +18,7 @@ if exist ..\.deps\prepared goto :build
set GOROOT=%BUILDDIR%..\.deps\go
set CGO_ENABLED=1
set CGO_CFLAGS=-O3 -Wall -Wno-unused-function -Wno-switch -std=gnu11 -DWINVER=0x0601
- set CGO_LDFLAGS=-Wl,--dynamicbase -Wl,--nxcompat -Wl,--export-all-symbols
call :build_plat x86 i686 386 || goto :error
- set CGO_LDFLAGS=%CGO_LDFLAGS% -Wl,--high-entropy-va
call :build_plat amd64 x86_64 amd64 || goto :error
:success