build: remove gmp
Core and secp have not used gmp for a very long time now (core disabled it in 2015). Signed-off-by: Jon Griffiths <jon_p_griffiths@yahoo.com>
This commit is contained in:
committed by
Rusty Russell
parent
69f74a92e6
commit
8b4136bad5
2
configure
vendored
2
configure
vendored
@@ -202,7 +202,7 @@ usage()
|
||||
usage_with_default "--enable/disable-valgrind" "(autodetect)"
|
||||
echo " Run tests with Valgrind"
|
||||
usage_with_default "--enable/disable-static" "$STATIC" "enable" "disable"
|
||||
echo " Static link sqlite3, gmp and zlib libraries"
|
||||
echo " Static link sqlite3 and zlib libraries"
|
||||
usage_with_default "--enable/disable-address-sanitizer" "$ASAN" "enable" "disable"
|
||||
echo " Compile with address-sanitizer"
|
||||
usage_with_default "--enable/disable-ub-sanitizer" "$UBSAN" "enable" "disable"
|
||||
|
||||
Reference in New Issue
Block a user