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 068c448 commit 0df7a72Copy full SHA for 0df7a72
README.md
@@ -157,6 +157,9 @@ Several `-Z` flags are relevant for Miri:
157
is enforced by default. This is mostly useful for debugging; it means Miri
158
will miss bugs in your program. However, this can also help to make Miri run
159
faster.
160
+* `-Zmiri-enable-communication` enables communication between the host
161
+ environment and Miri, i.e., all the host environment variables are available
162
+ during Miri runtime.
163
* `-Zmir-opt-level` controls how many MIR optimizations are performed. Miri
164
overrides the default to be `0`; be advised that using any higher level can
165
make Miri miss bugs in your program because they got optimized away.
0 commit comments