Alien-libsecp256k1
view release on metacpan or search on metacpan
libsecp256k1/build/CMakeCache.txt view on Meta::CPAN
// 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
//Test-only override of the (autodetected by the C code) "widemul"
// setting. Legal values are: "OFF", "int128_struct", "int128"
// or "int64". [default=OFF]
SECP256K1_TEST_OVERRIDE_WIDE_MULTIPLY:STRING=OFF
//Enable external default callback functions.
SECP256K1_USE_EXTERNAL_DEFAULT_CALLBACKS:BOOL=OFF
//Build with extra checks for running inside Valgrind. [default=AUTO]
SECP256K1_VALGRIND:STRING=AUTO
//Path to a file.
Valgrind_INCLUDE_DIR:PATH=Valgrind_INCLUDE_DIR-NOTFOUND
//Value Computed by CMake
libsecp256k1_BINARY_DIR:STATIC=/home/bartosz/dox/Perl-Bitcoin/Alien-libsecp256k1/libsecp256k1/build
//Value Computed by CMake
libsecp256k1_IS_TOP_LEVEL:STATIC=ON
//Value Computed by CMake
libsecp256k1_SOURCE_DIR:STATIC=/home/bartosz/dox/Perl-Bitcoin/Alien-libsecp256k1/libsecp256k1
########################
# INTERNAL cache entries
########################
//ADVANCED property for variable: CMAKE_ADDR2LINE
CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//STRINGS property for variable: CMAKE_BUILD_TYPE
CMAKE_BUILD_TYPE-STRINGS:INTERNAL=RelWithDebInfo;Release;Debug;MinSizeRel;Coverage
( run in 0.957 second using v1.01-cache-2.11-cpan-63c85eba8c4 )