Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Prev Previous commit
Next Next commit
Revert "Enable cgu=1 for runtime"
This reverts commit fd792e7.
  • Loading branch information
athei committed Jan 31, 2022
commit 009eaddace74cf1747baa16625212d2276d7092e
1 change: 0 additions & 1 deletion utils/wasm-builder/src/wasm_project.rs
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ fn create_project_cargo_toml(
let mut release_profile = Table::new();
release_profile.insert("panic".into(), "abort".into());
release_profile.insert("lto".into(), true.into());
release_profile.insert("codegen-units".into(), 1.into());

let mut dev_profile = Table::new();
dev_profile.insert("panic".into(), "abort".into());
Expand Down