Skip to content

Commit

Permalink
Add race detection make flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Frey committed Jun 12, 2019
1 parent 34b065e commit f45f521
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ all: | code
code: ensure
go build ${LDFLAGS} -o $(FYLR)

race: ensure
go build ${LDFLAGS} -race -o $(FYLR)
gox: ensure
gox ${LDFLAGS} -output="dist/fylr_{{.OS}}_{{.Arch}}"

Expand Down

0 comments on commit f45f521

Please sign in to comment.