mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-04 23:04:35 +01:00
fixup! make: Disable DEVELOPER by default
This commit is contained in:
2
Makefile
2
Makefile
@@ -17,7 +17,7 @@ VALGRIND=valgrind -q --error-exitcode=7
|
||||
VALGRIND_TEST_ARGS = --track-origins=yes --leak-check=full --show-reachable=yes --errors-for-leak-kinds=all
|
||||
endif
|
||||
|
||||
# By default, we are in DEVELOPER mode, use DEVELOPER= on cmdline to override.
|
||||
# By default, we are not in DEVELOPER mode, use DEVELOPER=1 on cmdline to override.
|
||||
DEVELOPER := 0
|
||||
|
||||
ifeq ($(DEVELOPER),1)
|
||||
|
||||
Reference in New Issue
Block a user