fixed CSP issue
This commit is contained in:
parent
196b6959da
commit
621cc2a83e
7 changed files with 11 additions and 6 deletions
2
Makefile
2
Makefile
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue