Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions substrate/utils/wasm-builder/src/wasm_project.rs
Original file line number Diff line number Diff line change
Expand Up @@ -848,6 +848,9 @@ fn build_bloaty_blob(
if !cargo_cmd.supports_nightly_features() {
build_cmd.env("RUSTC_BOOTSTRAP", "1");
}

// Also tell the C deps.
build_cmd.env("CFLAGS", "-mcpu=mvp");
}

println!("{}", colorize_info_message("Information that should be included in a bug report."));
Expand Down