Skip to content
Snippets Groups Projects
Commit 795fcf04 authored by Koute's avatar Koute Committed by GitHub
Browse files

Disable `sign-ext` WASM feature when building runtimes (#13804)

Co-authored-by: parity-processbot <>
parent e524bf0e
No related merge requests found
......@@ -632,7 +632,7 @@ fn build_project(
let mut build_cmd = cargo_cmd.command();
let rustflags = format!(
"-C target-cpu=mvp -C link-arg=--export-table {} {}",
"-C target-cpu=mvp -C target-feature=-sign-ext -C link-arg=--export-table {} {}",
default_rustflags,
env::var(crate::WASM_BUILD_RUSTFLAGS_ENV).unwrap_or_default(),
);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment