Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile: Don't run go test with -race on Windows.
Running "go test -race" on Windows requires GCC, and it appears not all GCC builds are compatible. Since we can't reliably determine whether the environment has a good GCC for running the race detector, just don't enable it. This resolves #1108.
- Loading branch information