mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-21 23:39:26 +00:00
Merge pull request #657 from Gustav-Simonsson/disable_libsecp256k1_debug_check
libsecp256k1 #define NDEBUG
This commit is contained in:
commit
f597863927
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue