Commit 2a81a0f388

Andrew Kelley <andrew@ziglang.org>
2023-11-06 04:22:32
stage1: we don't need have_stage1 config option anymore
1 parent 24b020d
Changed files (1)
stage1/config.zig.in
@@ -9,7 +9,6 @@ pub const enable_logging: bool = false;
 pub const enable_link_snapshots: bool = false;
 pub const enable_tracy = false;
 pub const value_tracing = false;
-pub const have_stage1 = false;
 pub const skip_non_native = false;
 pub const only_c = false;
 pub const force_gpa = false;