Skip to content

Commit

Permalink
Merge pull request #1260 from alexcrichton/no-producers
Browse files Browse the repository at this point in the history
Temporarily unconditionally remove producers section
  • Loading branch information
alexcrichton authored Feb 15, 2019
2 parents 632a2b2 + f0cd51a commit 4dcaa79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli-support/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ impl Bindgen {
demangle: true,
keep_debug: false,
remove_name_section: false,
remove_producers_section: false,
remove_producers_section: true,
emit_start: true,
weak_refs: env::var("WASM_BINDGEN_WEAKREF").is_ok(),
threads: threads_config(),
Expand Down

0 comments on commit 4dcaa79

Please sign in to comment.