mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:44:43 +01:00
dev: support incremental for x86_64-linux env
This commit is contained in:
parent
ccf8488a1e
commit
96552638ae
1 changed files with 3 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ pub const Env = enum {
|
|||
sema,
|
||||
|
||||
/// - sema
|
||||
/// - `zig build-* -fno-llvm -fno-lld -target x86_64-linux`
|
||||
/// - `zig build-* -fincremental -fno-llvm -fno-lld -target x86_64-linux --listen=-`
|
||||
@"x86_64-linux",
|
||||
|
||||
/// - sema
|
||||
|
|
@ -130,6 +130,8 @@ pub const Env = enum {
|
|||
else => Env.ast_gen.supports(feature),
|
||||
},
|
||||
.@"x86_64-linux" => switch (feature) {
|
||||
.stdio_listen,
|
||||
.incremental,
|
||||
.x86_64_backend,
|
||||
.elf_linker,
|
||||
=> true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue