Commit fb7c4da3 authored by Chris Molozian's avatar Chris Molozian
Browse files

Strip up to current dir in recorded source file paths at compile. (#20)

parent 5d4d5234
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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