Alien-libsecp256k1

 view release on metacpan or  search on metacpan

libsecp256k1/build/CMakeCache.txt  view on Meta::CPAN

CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib

//Path to a program.
CMAKE_READELF:FILEPATH=/usr/bin/readelf

//Flags used by the linker during the creation of shared libraries
// during all build types.
CMAKE_SHARED_LINKER_FLAGS:STRING=

//Flags used by the shared libraries linker during "Coverage" builds.
CMAKE_SHARED_LINKER_FLAGS_COVERAGE:STRING= --coverage

//Flags used by the linker during the creation of shared libraries
// during DEBUG builds.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during the creation of shared libraries
// during MINSIZEREL builds.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during the creation of shared libraries
// during RELEASE builds.
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during the creation of shared libraries
// during RELWITHDEBINFO builds.
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//If set, runtime paths are not added when installing shared libraries,
// but are added when building.
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO

//If set, runtime paths are not added when using shared libraries.
CMAKE_SKIP_RPATH:BOOL=NO

//Flags used by the linker during the creation of static libraries
// during all build types.
CMAKE_STATIC_LINKER_FLAGS:STRING=

//Flags used by the linker during the creation of static libraries
// during DEBUG builds.
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during the creation of static libraries
// during MINSIZEREL builds.
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during the creation of static libraries
// during RELEASE builds.
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during the creation of static libraries
// during RELWITHDEBINFO builds.
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Path to a program.
CMAKE_STRIP:FILEPATH=/usr/bin/strip

//If this value is on, makefiles will be generated without the
// .SILENT directive, and all commands will be echoed to the console
// during the make.  This is useful for debugging only. With Visual
// Studio IDE projects all commands are done without /nologo.
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE

//Compiler flags that are appended to the command line after all
// other flags added by the build system. This variable is intended
// for debugging and special builds.
SECP256K1_APPEND_CFLAGS:STRING=

//Linker flags that are appended to the command line after all
// other flags added by the build system. This variable is intended
// for debugging and special builds.
SECP256K1_APPEND_LDFLAGS:STRING=

//Assembly to use: "AUTO", "OFF", "x86_64" or "arm32" (experimental).
// [default=AUTO]
SECP256K1_ASM:STRING=AUTO

//Build benchmarks.
SECP256K1_BUILD_BENCHMARK:BOOL=ON

//Build constant-time tests.
SECP256K1_BUILD_CTIME_TESTS:BOOL=OFF

//Build examples.
SECP256K1_BUILD_EXAMPLES:BOOL=OFF

//Build exhaustive tests.
SECP256K1_BUILD_EXHAUSTIVE_TESTS:BOOL=ON

//Build tests.
SECP256K1_BUILD_TESTS:BOOL=ON

//Disable shared library. Overrides BUILD_SHARED_LIBS.
SECP256K1_DISABLE_SHARED:BOOL=OFF

//The size of the precomputed table for signing in multiples of
// 1024 bytes (on typical platforms). Larger values result in possibly
// better signing or key generation performance at the cost of
// a larger table. Valid choices are 2, 22, 86. The default value
// is a reasonable setting for desktop machines (currently 86).
// [default=86]
SECP256K1_ECMULT_GEN_KB:STRING=86

//Window size for ecmult precomputation for verification, specified
// as integer in range [2..24]. The default value is a reasonable
// setting for desktop machines (currently 15). [default=15]
SECP256K1_ECMULT_WINDOW_SIZE:STRING=15

//Enable ECDH module.
SECP256K1_ENABLE_MODULE_ECDH:BOOL=ON

//Enable ElligatorSwift module.
SECP256K1_ENABLE_MODULE_ELLSWIFT:BOOL=ON

//Enable extrakeys module.
SECP256K1_ENABLE_MODULE_EXTRAKEYS:BOOL=ON

//Enable musig module.
SECP256K1_ENABLE_MODULE_MUSIG:BOOL=ON

//Enable ECDSA pubkey recovery module.
SECP256K1_ENABLE_MODULE_RECOVERY:BOOL=OFF

//Enable schnorrsig module.
SECP256K1_ENABLE_MODULE_SCHNORRSIG:BOOL=ON

//Allow experimental configuration options.
SECP256K1_EXPERIMENTAL:BOOL=OFF

//Enable installation.
SECP256K1_INSTALL:BOOL=ON



( run in 2.621 seconds using v1.01-cache-2.11-cpan-ceb78f64989 )