mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 21:08:36 +00:00
test/link: don't strip producers section for wasm
When testing the Wasm linker for the producers section we do not ever want to strip the binary as this will remove the producers section in release-small. This fixes the CI errors by d086b371f0e21e5029e1b0d05838b87502eb63e6
This commit is contained in:
parent
01b9fa2c25
commit
8635c18e40
@ -14,6 +14,7 @@ pub fn build(b: *Builder) void {
|
||||
lib.use_llvm = false;
|
||||
lib.use_stage1 = false;
|
||||
lib.use_lld = false;
|
||||
lib.strip = false;
|
||||
lib.install();
|
||||
|
||||
const zig_version = builtin.zig_version;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user