mirror of
https://github.com/mmatczuk/go-http-tunnel.git
synced 2026-05-15 14:16:17 -06:00
makefile: do not include debug symbols in release binaries
This commit is contained in:
parent
6350bece19
commit
75a30abccc
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -77,7 +77,7 @@ get-tools:
|
|||
#.PHONY: build
|
||||
#build:
|
||||
# mkdir ${OUTPUT_DIR}
|
||||
# CGO_ENABLED=0 GOARM=5 gox -ldflags "-X main.version=$(GIT_COMMIT)" \
|
||||
# CGO_ENABLED=0 GOARM=5 gox -ldflags "-w -X main.version=$(GIT_COMMIT)" \
|
||||
# -os=${OS} -arch=${ARCH} -osarch=${OSARCH} -output "${OUTPUT_DIR}/pkg/{{.OS}}_{{.Arch}}/{{.Dir}}" \
|
||||
# ./cmd/tunnel ./cmd/tunneld
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue