| author | |
| committer | |
| log | 9143575ec309526f350f7f7969d76b4869a54fc7 |
| tree | af8bcdbec014fa43844537fceba6cc00fec6efda |
| parent | 7ae2f21e2bb23cebb9d3cbfc22b5ac386a7a6235 |
the other optimization modes don't affect linking1 files changed, 0 insertions(+), 3 deletions(-)
test/link/wasm/export/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 { |