We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ce54f0 commit 6730e46Copy full SHA for 6730e46
build.rs
@@ -38,10 +38,6 @@ fn main() {
38
.include("depend/bitcoin/src/secp256k1/include")
39
.include("depend/bitcoin/src/secp256k1/src")
40
.flag_if_supported("-Wno-unused-function") // some ecmult stuff is defined but not used upstream
41
- // Bitcoin core defines libsecp to *not* use libgmp.
42
- .define("USE_NUM_NONE", "1")
43
- .define("USE_FIELD_INV_BUILTIN", "1")
44
- .define("USE_SCALAR_INV_BUILTIN", "1")
45
.define("ECMULT_WINDOW_SIZE", "15")
46
.define("ECMULT_GEN_PREC_BITS", "4")
47
.define("ENABLE_MODULE_SCHNORRSIG", "1")
0 commit comments