mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 06:41:44 +01:00
take: turn labels on.
Gives us meaningful errors when there's a take() leak. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
7d62de8632
commit
9e869e641a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -132,7 +132,7 @@ ALL_PROGRAMS =
|
||||||
|
|
||||||
CWARNFLAGS := -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition
|
CWARNFLAGS := -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition
|
||||||
CDEBUGFLAGS := -std=gnu11 -g -fstack-protector
|
CDEBUGFLAGS := -std=gnu11 -g -fstack-protector
|
||||||
CFLAGS = $(CWARNFLAGS) $(CDEBUGFLAGS) -I $(CCANDIR) $(EXTERNAL_INCLUDE_FLAGS) -I . $(FEATURES) $(COVFLAGS) -DSHACHAIN_BITS=48
|
CFLAGS = $(CWARNFLAGS) $(CDEBUGFLAGS) -I $(CCANDIR) $(EXTERNAL_INCLUDE_FLAGS) -I . $(FEATURES) $(COVFLAGS) -DSHACHAIN_BITS=48 -DCCAN_TAKE_DEBUG=1
|
||||||
|
|
||||||
LDLIBS = -lgmp -lsqlite3 $(COVFLAGS)
|
LDLIBS = -lgmp -lsqlite3 $(COVFLAGS)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue