Skip to content

Commit

Permalink
Merge pull request #1263 from alexcrichton/revert
Browse files Browse the repository at this point in the history
Revert "Temporarily unconditionally remove producers section"
  • Loading branch information
alexcrichton authored Feb 15, 2019
2 parents ebc0f1c + a3c03b5 commit 9e40a6d
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: true,
remove_producers_section: false,
emit_start: true,
weak_refs: env::var("WASM_BINDGEN_WEAKREF").is_ok(),
threads: threads_config(),
Expand Down

0 comments on commit 9e40a6d

Please sign in to comment.