| ... | ... | @@ -23,7 +23,7 @@ pub const Env = enum { |
| 23 | 23 | sema, |
| 24 | 24 | |
| 25 | 25 | /// - sema |
| 26 | | /// - `zig build-* -fno-llvm -fno-lld -target x86_64-linux` |
| 26 | /// - `zig build-* -fincremental -fno-llvm -fno-lld -target x86_64-linux --listen=-` |
| 27 | 27 | @"x86_64-linux", |
| 28 | 28 | |
| 29 | 29 | /// - sema |
| ... | ... | @@ -130,6 +130,8 @@ pub const Env = enum { |
| 130 | 130 | else => Env.ast_gen.supports(feature), |
| 131 | 131 | }, |
| 132 | 132 | .@"x86_64-linux" => switch (feature) { |
| 133 | .stdio_listen, |
| 134 | .incremental, |
| 133 | 135 | .x86_64_backend, |
| 134 | 136 | .elf_linker, |
| 135 | 137 | => true, |