about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2020-09-29 18:41:59 +0200
committerbjorn3 <bjorn3@users.noreply.github.com>2020-09-29 18:41:59 +0200
commit426e55709cf6badbeb99cdae9587ab8ffb8a98ac (patch)
treebe225b25e8b2a74312e8a5f770977e4018072375 /docs
parent838dd17a67b750bce9fcca149759db236f145eea (diff)
downloadrust-426e55709cf6badbeb99cdae9587ab8ffb8a98ac.tar.gz
rust-426e55709cf6badbeb99cdae9587ab8ffb8a98ac.zip
Replace CG_CLIF_JIT with --jit
Diffstat (limited to 'docs')
-rw-r--r--docs/env_vars.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/env_vars.md b/docs/env_vars.md
index 3707909a978..07b75622a58 100644
--- a/docs/env_vars.md
+++ b/docs/env_vars.md
@@ -1,8 +1,6 @@
 # List of env vars recognized by cg_clif
 
 <dl>
-    <dt>CG_CLIF_JIT</dt>
-    <dd>Enable JIT mode to immediately run a program instead of writing an executable file.</dd>
     <dt>CG_CLIF_JIT_ARGS</dt>
     <dd>When JIT mode is enable pass these arguments to the program.</dd>
     <dt>CG_CLIF_INCR_CACHE_DISABLED</dt>