Skip to content

Commit 79a1847

Browse files
authored
Remove always debug mode
This is checked automatically using the DEBUG env variable
1 parent f5c8a00 commit 79a1847

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ fn main() {
4545
base_config.include("depend/secp256k1/")
4646
.include("depend/secp256k1/include")
4747
.include("depend/secp256k1/src")
48-
.debug(true)
4948
.flag_if_supported("-Wno-unused-function") // some ecmult stuff is defined but not used upstream
5049
.define("SECP256K1_BUILD", Some("1"))
5150
// TODO these three should be changed to use libgmp, at least until secp PR 290 is merged

0 commit comments

Comments
 (0)