diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2023-11-05 20:22:32 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2023-11-10 13:12:05 -0700 |
| commit | 2a81a0f388fcf1b3ddbb55dce03fa93f4eecd804 (patch) | |
| tree | bdd0bf814b5aa85c20b31a09a9d8868f9131419e | |
| parent | 24b020d9f62ff8ea5d154ae573a049623474214e (diff) | |
| download | zig-2a81a0f388fcf1b3ddbb55dce03fa93f4eecd804.tar.gz zig-2a81a0f388fcf1b3ddbb55dce03fa93f4eecd804.zip | |
stage1: we don't need have_stage1 config option anymore
| -rw-r--r-- | stage1/config.zig.in | 1 |
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; |
