Compilation: enable the x86_64 backend by default for debug builds

Closes #22257
This commit is contained in:
Jacob Young
2025-06-04 01:42:40 -04:00
committed by Andrew Kelley
parent e96d86064e
commit 5986bdf868
15 changed files with 216 additions and 104 deletions

View File

@@ -437,8 +437,8 @@ pub fn build(b: *std.Build) !void {
.skip_non_native = skip_non_native,
.skip_libc = skip_libc,
.use_llvm = use_llvm,
// 2520100864 was observed on an x86_64-linux-gnu host.
.max_rss = 2772110950,
// 2923515904 was observed on an x86_64-linux-gnu host.
.max_rss = 3100000000,
}));
test_modules_step.dependOn(tests.addModuleTests(b, .{