| author | |
| committer | |
| log | a802ec7b3e77cf850fad57b4b56cba55426b357e |
| tree | a1357980f9eb864dd458c4b399a5dd1e637925a0 |
| parent | fac2cf8419647fdc3f2e399b24f7a309ce1e50de |
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, |