Details
Details
- Reviewers
jasonbcox - Group Reviewers
Restricted Project - Commits
- rSTAGINGe409be178eae: Disable thread_local for i686-mingw
rABCe409be178eae: Disable thread_local for i686-mingw
Build for win32 with autotools and cmake. Run bitcoin-qt and check it
doesn't crash.
As a sanity check, build for win64 and any linux and check
thread_local is enabled.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
[Bot Message]
One or more PR numbers were detected in the summary.
Links to those PRs have been inserted into the summary for reference.
src/util/threadnames.cpp | ||
---|---|---|
52 ↗ | (On Diff #17240) | Nit: Missing comment // Without thread_local available, don't handle internal name at all. |