parent
25b04816a0
commit
16b3cd84b6
|
@ -13,6 +13,9 @@ const
|
||||||
{.passC: "-I" & quoteShell(srcPath).}
|
{.passC: "-I" & quoteShell(srcPath).}
|
||||||
{.passC: "-DHAVE_CONFIG_H".}
|
{.passC: "-DHAVE_CONFIG_H".}
|
||||||
|
|
||||||
|
when defined(gcc) or defined(clang):
|
||||||
|
{.passC: "-DHAVE_BUILTIN_EXPECT"}
|
||||||
|
|
||||||
{.compile: secpSrc.}
|
{.compile: secpSrc.}
|
||||||
|
|
||||||
{.deadCodeElim: on.}
|
{.deadCodeElim: on.}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
mode = ScriptMode.Verbose
|
mode = ScriptMode.Verbose
|
||||||
|
|
||||||
packageName = "secp256k1"
|
packageName = "secp256k1"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
author = "Status Research & Development GmbH"
|
author = "Status Research & Development GmbH"
|
||||||
description = "A wrapper for the libsecp256k1 C library"
|
description = "A wrapper for the libsecp256k1 C library"
|
||||||
license = "Apache License 2.0"
|
license = "Apache License 2.0"
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
/* #undef ENABLE_OPENSSL_TESTS */
|
/* #undef ENABLE_OPENSSL_TESTS */
|
||||||
|
|
||||||
/* Define this symbol if __builtin_expect is available */
|
/* Define this symbol if __builtin_expect is available */
|
||||||
#define HAVE_BUILTIN_EXPECT 1
|
/* #define HAVE_BUILTIN_EXPECT 1 */
|
||||||
|
|
||||||
/* Define to 1 if you have the <dlfcn.h> header file. */
|
/* Define to 1 if you have the <dlfcn.h> header file. */
|
||||||
#define HAVE_DLFCN_H 1
|
#define HAVE_DLFCN_H 1
|
||||||
|
|
Loading…
Reference in New Issue