Compilation: enable the x86_64 backend by default for debug builds
Closes #22257
This commit is contained in:
committed by
Andrew Kelley
parent
e96d86064e
commit
5986bdf868
@@ -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, .{
|
||||
|
||||
Reference in New Issue
Block a user