-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SECP256K1] Request --enable-experimental for the multiset module
Summary: The module is advertised as experimental, but is missing the check for `--enable-experimental` like the other experimental modules. Also disable it by default with cmake (which is the autotools behavior), as it is more in accordance with its experimental status. Depends on D5429. Test Plan: ../configure --enable-module-multiset Check it fails with a message asking for --enable-experimental. ../configure --enable-module-multiset --enable-experimental make check cmake -GNinja .. -DSECP256K1_ENABLE_MODULE_MULTISET=ON ninja check-secp256k1 cmake -GNinja .. ninja check-secp256k1 Run the Travis build (see https://travis-ci.org/Fabcien/secp256k1/builds/658346030). Reviewers: #bitcoin_abc, deadalnix Reviewed By: #bitcoin_abc, deadalnix Differential Revision: https://reviews.bitcoinabc.org/D5431
- Loading branch information
Showing
5 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters