You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Use RelWithDebInfo instead of Debug (2-3x faster under TSan)
- Set halt_on_error=0 so TSan reports races without killing the process
- Add history_size=4 for better race reports
- Run ctest with -j1 to avoid parallel test interference under TSan
0 commit comments