We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e9bf46 commit 0560165Copy full SHA for 0560165
README.md
@@ -198,6 +198,8 @@ environment variable:
198
* `-Zmiri-disable-alignment-check` disables checking pointer alignment, so you
199
can focus on other failures, but it means Miri can miss bugs in your program.
200
Using this flag is **unsound**.
201
+* `-Zmiri-disable-data-race-detector` disables checking for data races. Using
202
+ this flag is **unsound**.
203
* `-Zmiri-disable-stacked-borrows` disables checking the experimental
204
[Stacked Borrows] aliasing rules. This can make Miri run faster, but it also
205
means no aliasing violations will be detected. Using this flag is **unsound**
0 commit comments