Skip to content

Commit

Permalink
Strip up to current dir in recorded source file paths at compile. (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
novabyte committed Mar 4, 2017
1 parent 5d4d523 commit fb7c4da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project are documented below.
The format is based on [keep a changelog](http://keepachangelog.com/) and this project uses [semantic versioning](http://semver.org/).

## [Unreleased]
### Changed
- The build system now strips up to current dir in recorded source file paths at compile.

## [0.11.3] - 2017-02-25
### Added
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ GOBINDATA ?= go-bindata
COCKROACH ?= cockroach

PROTOS := server/api.proto
GOFLAGS :=
GOFLAGS := -gcflags "-trimpath ${CURDIR}"
LDFLAGS := -ldflags "-X main.version=${VERSION} -X main.commitID=${COMMITID}"
PLATFORMS := darwin linux windows

Expand Down

0 comments on commit fb7c4da

Please sign in to comment.