Unverified Commit 942ba4dd authored by Francisco de Borja Aranda Castillejo's avatar Francisco de Borja Aranda Castillejo Committed by GitHub

crypto/secp256k1: define NDEBUG only if not defined (#27550)

parent 699243f8
......@@ -21,11 +21,14 @@ package secp256k1
# define USE_SCALAR_8X32
#endif
#ifndef NDEBUG
# define NDEBUG
#endif
#define USE_ENDOMORPHISM
#define USE_NUM_NONE
#define USE_FIELD_INV_BUILTIN
#define USE_SCALAR_INV_BUILTIN
#define NDEBUG
#include "./libsecp256k1/src/secp256k1.c"
#include "./libsecp256k1/src/modules/recovery/main_impl.h"
#include "ext.h"
......
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