We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TSAN blacklist support (added in #1637) is not available in all versions of GCC.
The text was updated successfully, but these errors were encountered:
@rkeene Should I introduce a cmake flag for it? Without it, tsan is just too noisy to be practical. edit: could maybe just add it to #1655
Sorry, something went wrong.
Ideally the build system would detect whether or not the compiler supports this.
gcc does not support this option, but you can use a suppressions file in the TSAN_OPTIONS environment variable: #1941 Documentation: https://github.com/nanocurrency/nano-node/wiki/Testing
argakiig
No branches or pull requests
TSAN blacklist support (added in #1637) is not available in all versions of GCC.
The text was updated successfully, but these errors were encountered: