add ECMULT_GEN_PREC_BITS to basic_config.h#916
add ECMULT_GEN_PREC_BITS to basic_config.h#916voisine wants to merge 1 commit intobitcoin-core:masterfrom
Conversation
set ECMULT_GEN_PREC_BITS to the "auto" value of 4 in basic_config.h, so libsecp can be used without autoconf
|
Thanks for the PR, this is indeed a bug! However, fixing it requires some more cleanup (see CI failures). I'm currently playing around with some options. I should have something ready by tomorrow. |
|
By the way, how do you use this library without autoconf? Do you simply This could help us towards #622. |
|
Thank you. Currently I just #include basic_config.h and then the appropriate libsecp implementations, but I eventually plan to add the source files to an external build system other than “make” |
|
Specifically I want to be able to build using Xcode on a clean OS X install without installing additional build tools like autoconf. |
|
Superseded by #918 (merged) |
|
Excellent. My commit even managed to survive into the final merge. Thank you. |
set ECMULT_GEN_PREC_BITS to the "auto" value of 4 in basic_config.h, so libsecp can be used without autoconf