Skip to content

Commit 0560165

Browse files
committed
add -Zmiri-disable-data-race-detector to readme
1 parent 5e9bf46 commit 0560165

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@ environment variable:
198198
* `-Zmiri-disable-alignment-check` disables checking pointer alignment, so you
199199
can focus on other failures, but it means Miri can miss bugs in your program.
200200
Using this flag is **unsound**.
201+
* `-Zmiri-disable-data-race-detector` disables checking for data races. Using
202+
this flag is **unsound**.
201203
* `-Zmiri-disable-stacked-borrows` disables checking the experimental
202204
[Stacked Borrows] aliasing rules. This can make Miri run faster, but it also
203205
means no aliasing violations will be detected. Using this flag is **unsound**

0 commit comments

Comments
 (0)