aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-05-13 18:18:47 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-05-13 18:18:58 +0200
commit27f2bc3235b61caff954af0d05fcd70f48abac5f (patch)
tree3d26436ef0d371ccf2ff32e13705d42acfbe017e /Makefile
parentversion: bump (diff)
downloadwireguard-windows-27f2bc3235b61caff954af0d05fcd70f48abac5f.tar.xz
wireguard-windows-27f2bc3235b61caff954af0d05fcd70f48abac5f.zip
build: actually set cflags
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b262f9bb..0ddcd353 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
-export CFLAGS := -O3 -Wall -std=gnu11
GOFLAGS := -ldflags="-H windowsgui -s -w" -v
export CGO_ENABLED := 1
+export CGO_CFLAGS := -O3 -Wall -Wno-switch -std=gnu11 -DWINVER=0x0601
export GOOS := windows
OLD_GOROOT := $(GOROOT)
export GOROOT := $(PWD)/.deps/goroot