| ... | @@ -7,9 +7,6 @@ pub fn build(b: *std.Build) void { | ... | @@ -7,9 +7,6 @@ pub fn build(b: *std.Build) void { |
| 7 | b.default_step = test_step; | 7 | b.default_step = test_step; |
| 8 | | 8 | |
| 9 | add(b, test_step, .Debug); | 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 | fn add(b: *std.Build, test_step: *std.Build.Step, optimize: std.builtin.OptimizeMode) void { | 12 | fn add(b: *std.Build, test_step: *std.Build.Step, optimize: std.builtin.OptimizeMode) void { |