Browse Source

Remove -race test flag to build on OpenBSD (#883)

Without this change, running 'gmake' as the documentation does not finish the
build process to produce the binary.

Signed-off-by: Zach Leslie <xaque208@gmail.com>
pull/887/head
Zach Leslie 7 years ago committed by Tobias Schmidt
parent
commit
6b1301fb24
  1. 2
      Makefile

2
Makefile

@ -37,7 +37,7 @@ else
endif
ifeq ($(GOHOSTARCH),amd64)
ifneq ($(OS_detected),SunOS)
ifeq ($(OS_detected),$(filter $(OS_detected),Linux FreeBSD Darwin Windows))
# Only supported on amd64
test-flags := -race
endif

Loading…
Cancel
Save