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
@@ -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 = .{
|
||||
|
||||
Reference in New Issue
Block a user