aboutsummaryrefslogtreecommitdiff
path: root/src/config.zig.in
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2021-01-04 14:59:18 -0700
committerAndrew Kelley <andrew@ziglang.org>2021-01-04 14:59:18 -0700
commit2fe8a482159762724df93225bd70abbd0c2c5930 (patch)
treeab2ab1f649f3b42efc5b664b22ac507a94f7fe8c /src/config.zig.in
parent462c1d8c7424547051e643648797b9097245b046 (diff)
downloadzig-2fe8a482159762724df93225bd70abbd0c2c5930.tar.gz
zig-2fe8a482159762724df93225bd70abbd0c2c5930.zip
ci: omit stage2 backend from stage1 on Windows
to avoid out-of-memory on the CI runs.
Diffstat (limited to 'src/config.zig.in')
-rw-r--r--src/config.zig.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.zig.in b/src/config.zig.in
index 0dbd3f3c91..b672581ea4 100644
--- a/src/config.zig.in
+++ b/src/config.zig.in
@@ -5,3 +5,4 @@ pub const log_scopes: []const []const u8 = &[_][]const u8{};
pub const enable_tracy = false;
pub const is_stage1 = true;
pub const skip_non_native = false;
+pub const omit_stage2: bool = @ZIG_OMIT_STAGE2_BOOL@;