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>
This commit is contained in:
Zach Leslie 2018-04-06 09:50:26 -07:00 committed by Tobias Schmidt
parent f3ff44fcca
commit 6b1301fb24

View file

@ -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