Page MenuHomePhabricator

[secp256k1] configure: Use canonical variable prefix _enable consistently
ClosedPublic

Authored by PiRK on Jan 29 2026, 14:39.

Details

Summary
Test Plan
cmake .. -GNinja -DSECP256K1_ENABLE_ASM=ON
ninja check-secp256k1
cd src/secp256k1
mkdir build_autotools
cd build_autotools
../configure --enable-benchmark
make bench

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable