diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2022-08-07 18:17:31 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2022-08-19 16:45:15 -0700 |
| commit | 73bbd1069a993a0e663033ea3b8cd4ed1a123566 (patch) | |
| tree | 1e2b148425da2359d720d6d5048ad94151788bb9 /src/config.zig.in | |
| parent | 39f43fea8d0f6aa1c69cb7c3209f57f5ce00b273 (diff) | |
| download | zig-73bbd1069a993a0e663033ea3b8cd4ed1a123566.tar.gz zig-73bbd1069a993a0e663033ea3b8cd4ed1a123566.zip | |
build: remove the option to omit stage2
Diffstat (limited to 'src/config.zig.in')
| -rw-r--r-- | src/config.zig.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/config.zig.in b/src/config.zig.in index a886b2d28e..336a6c45ed 100644 --- a/src/config.zig.in +++ b/src/config.zig.in @@ -10,4 +10,3 @@ pub const enable_tracy = false; pub const value_tracing = false; pub const is_stage1 = true; pub const skip_non_native = false; -pub const omit_stage2: bool = @ZIG_OMIT_STAGE2_BOOL@; |
