mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:44:43 +01:00
test/wasm/export: delete redundant tests
the other optimization modes don't affect linking
This commit is contained in:
parent
7ae2f21e2b
commit
9143575ec3
1 changed files with 0 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue