compiler: add jit_command to core dev environment
this code is lightweight and is now a dependency of building from
source.
it still is disabled for bootstrap however.
1 files changed, 1 insertions(+), 1 deletions(-)
src
src/dev.zig+1-1
| ... | ... | @@ -107,11 +107,11 @@ pub const Env = enum { |
| 107 | 107 | .wasm_linker, |
| 108 | 108 | .spirv_linker, |
| 109 | 109 | .plan9_linker, |
| 110 | .jit_command, |
| 110 | 111 | => true, |
| 111 | 112 | .cc_command, |
| 112 | 113 | .translate_c_command, |
| 113 | 114 | .fmt_command, |
| 114 | | .jit_command, |
| 115 | 115 | .init_command, |
| 116 | 116 | .targets_command, |
| 117 | 117 | .version_command, |