libsecp256k1 #define NDEBUG

This commit is contained in:
Gustav Simonsson 2015-04-07 18:09:58 +02:00
parent 3ddc109778
commit 941f051358
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ package secp256k1
#define USE_FIELD_INV_BUILTIN
#define USE_SCALAR_8X32
#define USE_SCALAR_INV_BUILTIN
#define NDEBUG
#include "./secp256k1/src/secp256k1.c"
*/
import "C"