Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable -race flag for dev builds #10

Merged
merged 1 commit into from
Mar 2, 2019
Merged

Enable -race flag for dev builds #10

merged 1 commit into from
Mar 2, 2019

Conversation

corneliusweig
Copy link
Owner

The -race flag can spot errors when multiple goroutines access shared state without synchronization. Since the overhead is not substantial, enable it by default for dev builds.

@corneliusweig corneliusweig merged commit 8a7cdd5 into master Mar 2, 2019
@corneliusweig corneliusweig deleted the race-flag branch March 2, 2019 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant