zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 2a81a0f388fcf1b3ddbb55dce03fa93f4eecd804 (tree)
parent 24b020d9f62ff8ea5d154ae573a049623474214e
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Sun,  5 Nov 2023 20:22:32 -0700

stage1: we don't need have_stage1 config option anymore

Diffstat:
Mstage1/config.zig.in | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/stage1/config.zig.in b/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;