Merge pull request #1260 from alexcrichton/no-producers

Temporarily unconditionally remove producers section
This commit is contained in:
Alex Crichton 2019-02-15 10:12:17 -06:00 committed by GitHub
commit 4dcaa79ba6
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: false,
remove_producers_section: true,
emit_start: true,
weak_refs: env::var("WASM_BINDGEN_WEAKREF").is_ok(),
threads: threads_config(),