aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e66a8a2..04ebfe4 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ else
37endif 37endif
38 38
39ifeq ($(GOHOSTARCH),amd64) 39ifeq ($(GOHOSTARCH),amd64)
40 ifneq ($(OS_detected),SunOS) 40 ifeq ($(OS_detected),$(filter $(OS_detected),Linux FreeBSD Darwin Windows))
41 # Only supported on amd64 41 # Only supported on amd64
42 test-flags := -race 42 test-flags := -race
43 endif 43 endif