mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 22:51:13 +00:00
Disable sign-ext WASM feature when building runtimes (#13804)
Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -632,7 +632,7 @@ fn build_project(
|
|||||||
let mut build_cmd = cargo_cmd.command();
|
let mut build_cmd = cargo_cmd.command();
|
||||||
|
|
||||||
let rustflags = format!(
|
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,
|
default_rustflags,
|
||||||
env::var(crate::WASM_BUILD_RUSTFLAGS_ENV).unwrap_or_default(),
|
env::var(crate::WASM_BUILD_RUSTFLAGS_ENV).unwrap_or_default(),
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user