]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_codegen_cranelift/docs/env_vars.md
Merge commit 'd556c56f792756dd7cfec742b9f2e07612dc10f4' into sync_cg_clif-2021-02-01
[rust.git] / compiler / rustc_codegen_cranelift / docs / env_vars.md
1 # List of env vars recognized by cg_clif
2
3 <dl>
4     <dt>CG_CLIF_JIT_ARGS</dt>
5     <dd>When JIT mode is enable pass these arguments to the program.</dd>
6     <dt>CG_CLIF_INCR_CACHE_DISABLED</dt>
7     <dd>Don't cache object files in the incremental cache. Useful during development of cg_clif
8     to make it possible to use incremental mode for all analyses performed by rustc without caching
9     object files when their content should have been changed by a change to cg_clif.</dd>
10     <dt>CG_CLIF_DISPLAY_CG_TIME</dt>
11     <dd>If "1", display the time it took to perform codegen for a crate</dd>
12 </dl>