Skip to content

Commit

Permalink
make: fix ingest bench build
Browse files Browse the repository at this point in the history
Signed-off-by: William Casarin <[email protected]>
  • Loading branch information
jb55 committed Apr 25, 2024
1 parent 66a4fe3 commit 6c950d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 > $@
Expand Down

0 comments on commit 6c950d5

Please sign in to comment.