mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
stage1: we don't need have_stage1 config option anymore
This commit is contained in:
parent
24b020d9f6
commit
2a81a0f388
1 changed files with 0 additions and 1 deletions
|
|
@ -9,7 +9,6 @@ pub const enable_logging: bool = false;
|
||||||
pub const enable_link_snapshots: bool = false;
|
pub const enable_link_snapshots: bool = false;
|
||||||
pub const enable_tracy = false;
|
pub const enable_tracy = false;
|
||||||
pub const value_tracing = false;
|
pub const value_tracing = false;
|
||||||
pub const have_stage1 = false;
|
|
||||||
pub const skip_non_native = false;
|
pub const skip_non_native = false;
|
||||||
pub const only_c = false;
|
pub const only_c = false;
|
||||||
pub const force_gpa = false;
|
pub const force_gpa = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue