We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
secp256k1-sys/build.rs
1 parent 5d4e2aa commit a9bbf74Copy full SHA for a9bbf74
secp256k1-sys/build.rs
@@ -26,6 +26,7 @@ fn main() {
26
.define("ENABLE_MODULE_SCHNORRSIG", Some("1"))
27
.define("ENABLE_MODULE_EXTRAKEYS", Some("1"))
28
.define("ENABLE_MODULE_ELLSWIFT", Some("1"))
29
+ .define("ENABLE_MODULE_SILENTPAYMENTS", Some("1"))
30
// upstream sometimes introduces calls to printf, which we cannot compile
31
// with WASM due to its lack of libc. printf is never necessary and we can
32
// just #define it away.
0 commit comments