Projects STRLCPY sing-box Commits 13dc70f6
🤬
  • ■ ■ ■ ■
    Makefile
    skipped 6 lines
    7 7  GOHOSTARCH = $(shell go env GOHOSTARCH)
    8 8  VERSION=$(shell CGO_ENABLED=0 GOOS=$(GOHOSTOS) GOARCH=$(GOHOSTARCH) go run ./cmd/internal/read_tag)
    9 9   
    10  -PARAMS = -v -trimpath -tags "$(TAGS)" -ldflags "-X \"github.com/sagernet/sing-box/constant.Version=$(VERSION)\" -s -w -buildid="
     10 +PARAMS = -v -trimpath -tags "$(TAGS)" -ldflags "-X 'github.com/sagernet/sing-box/constant.Version=$(VERSION)' -s -w -buildid="
    11 11  MAIN = ./cmd/sing-box
    12 12  PREFIX ?= $(shell go env GOPATH)
    13 13   
    skipped 82 lines
Please wait...
Page is in error, reload to recover