We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13910d4 commit c78195aCopy full SHA for c78195a
secp256k1-sys/build.rs
@@ -48,7 +48,7 @@ fn main() {
48
.flag("-fdata-sections")
49
.flag("-ffunction-sections")
50
.flag("-flto")
51
- .target("riscv32-unknown-none-elf");
+ .target("riscv32im-unknown-none-elf");
52
}
53
54
base_config.include("depend/secp256k1/")
0 commit comments