From ac7c23c163b711b2d3a00abbe612cf68abc5d456 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 13 May 2019 18:18:47 +0200 Subject: build: actually set cflags --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3-59-g8ed1b