Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docker: remove the configure --enable-developer
Currently cln is moving to a runtime like feature, so this enable to add --developer at the lightnind invoication. This break a lot of scripts but looks more cool :) Unknown option '--enable-developer' Usage: ./configure [--reconfigure] [setting=value] [options] If --reconfigure is specified, config.vars will set defaults. Default settings: CSANFLAGS = CC (default cc) CWARNFLAGS (default -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition -Werror -Wno-maybe-uninitialized -Wshadow=local) COPTFLAGS (default -Og) CDEBUGFLAGS (default -std=gnu11 -g -fstack-protector-strong) CONFIGURATOR_CC (default cc) To override compile line for configurator itself PYTEST (default python3 -m pytest) VALGRIND (default 0) Options include: --prefix= (default /usr/local) Prefix for make install --enable/disable-debugbuild (default disable) Extra debug checks in the build, good for testing --enable/disable-compat (default enable) Compatibility mode, good to disable to see if your software breaks --enable/disable-valgrind (default (autodetect)) Run tests with Valgrind --enable/disable-static (default disable) Static link sqlite3 and zlib libraries --enable/disable-coverage (default disable) Compile with Clang coverage instrumentation --enable/disable-address-sanitizer (default disable) Compile with address-sanitizer --enable/disable-ub-sanitizer (default disable) Compile with undefined behaviour sanitizer --enable/disable-fuzzing (default disable) Compile with fuzzing --enable/disable-rust (default enable) Compile with Rust support Reported-by: Github Action Signed-off-by: Vincenzo Palazzo <[email protected]>
- Loading branch information