| ... | ... | @@ -17,7 +17,7 @@ pub fn testAll(b: *Build, build_opts: BuildOptions) *Step { |
| 17 | 17 | |
| 18 | 18 | // Exercise linker with self-hosted backend (no LLVM) |
| 19 | 19 | macho_step.dependOn(testHelloZig(b, .{ .use_llvm = false, .target = x86_64_target })); |
| 20 | | macho_step.dependOn(testRelocatableZig(b, .{ .use_llvm = false, .strip = true, .target = x86_64_target })); |
| 20 | macho_step.dependOn(testRelocatableZig(b, .{ .use_llvm = false, .target = x86_64_target })); |
| 21 | 21 | |
| 22 | 22 | // Exercise linker with LLVM backend |
| 23 | 23 | macho_step.dependOn(testDeadStrip(b, .{ .target = default_target })); |