nostrdb

an unfairly fast embedded nostr database backed by lmdb
git clone git://jb55.com/nostrdb
Log | Files | Refs | Submodules | README | LICENSE

commit 6c950d569f8242674a3d34201a3019b4bdddc655
parent 66a4fe3f24b212c5e8c7c240149f48916c910b22
Author: William Casarin <jb55@jb55.com>
Date:   Thu, 25 Apr 2024 16:22:24 -0700

make: fix ingest bench build

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -165,7 +165,7 @@ testdata/many-events.json: testdata/many-events.json.zst zstd -d $< bench: bench-ingest-many.c $(DEPS) - $(CC) $(CFLAGS) $< $(LDS) -o $@ + $(CC) $(CFLAGS) $< $(LDS) $(LDFLAGS) -o $@ perf.out: fake perf script > $@