gox icon indicating copy to clipboard operation
gox copied to clipboard

Support -race go build flag

Open greg-szabo opened this issue 7 years ago • 1 comments

Currently gox does not support the go flag -race.

From the go docs:

-race
	Link with race detection libraries.

This flag is only supported on amd64 for linux, freebsd, windows and darwin.

greg-szabo avatar Jan 03 '18 00:01 greg-szabo

Opened pull request #105 with a fix.

greg-szabo avatar Jan 03 '18 00:01 greg-szabo