Merge pull request #1263 from alexcrichton/revert

Revert "Temporarily unconditionally remove producers section"
This commit is contained in:
Alex Crichton 2019-02-15 14:29:02 -06:00 committed by GitHub
commit 9e40a6d02b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(),