| author | |
| committer | |
| log | c565191f30967ede72da06b7ad30cffdf25bf29e |
| tree | 60c9f8d73321e154ca1cc10f8c6bad7d00f37cd8 |
| parent | 617eca13eb13936eaaac8252820402e869f3c00f |
This test passes now, but let's not run it for the other optimization
modes since they don't affect linker behavior.1 files changed, 0 insertions(+), 3 deletions(-)
test/link/wasm/type/build.zig-3| ... | ... | @@ -7,9 +7,6 @@ pub fn build(b: *std.Build) void { |
| 7 | 7 | b.default_step = test_step; |
| 8 | 8 | |
| 9 | 9 | add(b, test_step, .Debug); |
| 10 | add(b, test_step, .ReleaseFast); | |
| 11 | add(b, test_step, .ReleaseSmall); | |
| 12 | add(b, test_step, .ReleaseSafe); | |
| 13 | 10 | } |
| 14 | 11 | |
| 15 | 12 | fn add(b: *std.Build, test_step: *std.Build.Step, optimize: std.builtin.OptimizeMode) void { |