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

@@ -1113,8 +1113,6 @@ const test_targets = blk: {
.os_tag = .linux,
.abi = .none,
},
.use_llvm = false,
.use_lld = false,
},
.{
.target = .{
@@ -1123,8 +1121,6 @@ const test_targets = blk: {
.os_tag = .linux,
.abi = .none,
},
.use_llvm = false,
.use_lld = false,
.pic = true,
},
.{
@@ -1134,8 +1130,6 @@ const test_targets = blk: {
.os_tag = .linux,
.abi = .none,
},
.use_llvm = false,
.use_lld = false,
.strip = true,
},
.{
@@ -1144,6 +1138,8 @@ const test_targets = blk: {
.os_tag = .linux,
.abi = .none,
},
.use_llvm = true,
.use_lld = true,
},
.{
.target = .{