1
Fork 0

Replace CG_CLIF_JIT with --jit

This commit is contained in:
bjorn3 2020-09-29 18:41:59 +02:00
parent 838dd17a67
commit 426e55709c
9 changed files with 69 additions and 23 deletions

View file

@ -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>