Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Issue #93: trampath also for gcflags; omit symbol table and debug inf…
Browse files Browse the repository at this point in the history
…ormation as well as DWARF symbol table
  • Loading branch information
bpicode committed Oct 29, 2017
1 parent 2caae91 commit 69b0403
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 @@ -6,7 +6,7 @@ FRITZCTL_OUTPUT ?= fritzctl
BASH_COMPLETION_OUTPUT ?= "os/completion/fritzctl"
MAN_PAGE_OUTPUT ?= "os/man/fritzctl.1"
DEPENDENCIES_GRAPH_OUTPUT ?= "dependencies.png"
BUILDFLAGS := --ldflags "-X github.com/bpicode/fritzctl/config.Version=$(FRITZCTL_VERSION)" -asmflags -trimpath=$(GOPATH)
BUILDFLAGS := -ldflags "-s -w -X github.com/bpicode/fritzctl/config.Version=$(FRITZCTL_VERSION)" -asmflags "-trimpath=$(GOPATH)" -gcflags="-trimpath=${GOPATH}"
TESTFLAGS ?=

all: sysinfo deps build install test codequality completion_bash man
Expand Down

0 comments on commit 69b0403

Please sign in to comment.