mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 21:35:11 +01:00
lightning-cli: fix amazingly slow getlogs speed.
real 0m0.380s user 0m0.331s sys 0m0.028s Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
61cff03465
commit
2ff9e42b33
2
Makefile
2
Makefile
@ -147,7 +147,7 @@ ALL_PROGRAMS =
|
||||
CPPFLAGS = -DBINTOPKGLIBEXECDIR='"'$(shell sh tools/rel.sh $(bindir) $(pkglibexecdir))'"'
|
||||
CWARNFLAGS := -Werror -Wall -Wundef -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wold-style-definition
|
||||
CDEBUGFLAGS := -std=gnu11 -g -fstack-protector
|
||||
CFLAGS = $(CPPFLAGS) $(CWARNFLAGS) $(CDEBUGFLAGS) -I $(CCANDIR) $(EXTERNAL_INCLUDE_FLAGS) -I . $(FEATURES) $(COVFLAGS) $(DEV_CFLAGS) -DSHACHAIN_BITS=48
|
||||
CFLAGS = $(CPPFLAGS) $(CWARNFLAGS) $(CDEBUGFLAGS) -I $(CCANDIR) $(EXTERNAL_INCLUDE_FLAGS) -I . $(FEATURES) $(COVFLAGS) $(DEV_CFLAGS) -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS
|
||||
|
||||
LDLIBS = -lgmp -lsqlite3 $(COVFLAGS)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user