aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2023-11-05 20:22:32 -0700
committerAndrew Kelley <andrew@ziglang.org>2023-11-10 13:12:05 -0700
commit2a81a0f388fcf1b3ddbb55dce03fa93f4eecd804 (patch)
treebdd0bf814b5aa85c20b31a09a9d8868f9131419e
parent24b020d9f62ff8ea5d154ae573a049623474214e (diff)
downloadzig-2a81a0f388fcf1b3ddbb55dce03fa93f4eecd804.tar.gz
zig-2a81a0f388fcf1b3ddbb55dce03fa93f4eecd804.zip
stage1: we don't need have_stage1 config option anymore
-rw-r--r--stage1/config.zig.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/stage1/config.zig.in b/stage1/config.zig.in
index 4db7babbd5..96215bb362 100644
--- 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;