Skip to content

Commit

Permalink
makefile: do not include debug symbols in release binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatczuk committed Nov 29, 2017
1 parent 6350bec commit 75a30ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down

0 comments on commit 75a30ab

Please sign in to comment.