mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 22:35:24 +00:00
test/wasm/export: delete redundant tests
the other optimization modes don't affect linking
This commit is contained in:
parent
7ae2f21e2b
commit
9143575ec3
@ -7,9 +7,6 @@ pub fn build(b: *std.Build) void {
|
||||
b.default_step = test_step;
|
||||
|
||||
add(b, test_step, .Debug);
|
||||
add(b, test_step, .ReleaseFast);
|
||||
add(b, test_step, .ReleaseSmall);
|
||||
add(b, test_step, .ReleaseSafe);
|
||||
}
|
||||
|
||||
fn add(b: *std.Build, test_step: *std.Build.Step, optimize: std.builtin.OptimizeMode) void {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user