fixed CSP issue

This commit is contained in:
ston1th 2019-09-09 12:17:09 +02:00
commit 621cc2a83e
7 changed files with 11 additions and 6 deletions

View file

@ -1,5 +1,5 @@
CC=go
BUILD=build -v
BUILD=build -v -trimpath
VERSION=$(shell cat VERSION)
GCFLAGS=-gcflags 'all=-e'
LDFLAGS=-ldflags '-X main.version=$(VERSION) -s -w'