authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2026-06-24 11:14:47-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2026-06-29 23:50:19-07:00
loga802ec7b3e77cf850fad57b4b56cba55426b357e
treea1357980f9eb864dd458c4b399a5dd1e637925a0
parentfac2cf8419647fdc3f2e399b24f7a309ce1e50de

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/dev.zig+1-1
...@@ -107,11 +107,11 @@ pub const Env = enum {...@@ -107,11 +107,11 @@ pub const Env = enum {
107 .wasm_linker,107 .wasm_linker,
108 .spirv_linker,108 .spirv_linker,
109 .plan9_linker,109 .plan9_linker,
110 .jit_command,
110 => true,111 => true,
111 .cc_command,112 .cc_command,
112 .translate_c_command,113 .translate_c_command,
113 .fmt_command,114 .fmt_command,
114 .jit_command,
115 .init_command,115 .init_command,
116 .targets_command,116 .targets_command,
117 .version_command,117 .version_command,