mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-04 14:54:26 +01:00
build: remove --enable-experimental-features / EXPERIMENTAL_FEATURES
Changelog-EXPERIMENTAL: Build: all experimental features are now runtime-enabled; no more ./configure --enable-experimental-features Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -135,7 +135,7 @@ if [ -z "${TARGETS##* tarball *}" ]; then
|
||||
# Materialize the version in the Makefile, allows us to skip
|
||||
# the git dependency
|
||||
sed -i "/^VERSION=/c\VERSION=v${BARE_VERSION}" "Makefile"
|
||||
./configure --disable-valgrind --enable-developer --enable-experimental-features
|
||||
./configure --disable-valgrind --enable-developer
|
||||
make doc-all check-gen-updated clean
|
||||
find . -name .git -type d -print0 | xargs -0 /bin/rm -rf
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user