Commit 941f0513 authored by Gustav Simonsson's avatar Gustav Simonsson

libsecp256k1 #define NDEBUG

parent 3ddc1097
...@@ -12,6 +12,7 @@ package secp256k1 ...@@ -12,6 +12,7 @@ package secp256k1
#define USE_FIELD_INV_BUILTIN #define USE_FIELD_INV_BUILTIN
#define USE_SCALAR_8X32 #define USE_SCALAR_8X32
#define USE_SCALAR_INV_BUILTIN #define USE_SCALAR_INV_BUILTIN
#define NDEBUG
#include "./secp256k1/src/secp256k1.c" #include "./secp256k1/src/secp256k1.c"
*/ */
import "C" import "C"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment