Skip to content

Commit

Permalink
Documented support for TSAN
Browse files Browse the repository at this point in the history
  • Loading branch information
jrouwe committed Jan 26, 2025
1 parent 6601811 commit 1ee5355
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Each platform supports multiple build targets
- Release - Release version of the library, no asserts but includes profiling support and can draw the world and simulation properties
- ReleaseASAN - As Release but turns on Address Sanitizer (clang only) to find bugs
- ReleaseUBSAN - As Release but turns on Undefined Behavior Sanitizer (clang only) to find bugs
- ReleaseTSAN - As Release but turns on the Thread Sanitizer (clang only) to find bugs
- ReleaseCoverage - As Release but turns on Coverage reporting (clang only) to find which areas of the code are not executed
- Distribution - Shippable version of the library, turns off all debugging support

Expand Down

0 comments on commit 1ee5355

Please sign in to comment.