mirror of
https://github.com/fluencelabs/redis
synced 2025-03-21 01:50:50 +00:00
parent
271733f4f8
commit
c4ad4765b0
@ -214,8 +214,8 @@ $(REDIS_BENCHMARK_NAME): $(REDIS_BENCHMARK_OBJ)
|
|||||||
$(REDIS_CHECK_AOF_NAME): $(REDIS_CHECK_AOF_OBJ)
|
$(REDIS_CHECK_AOF_NAME): $(REDIS_CHECK_AOF_OBJ)
|
||||||
$(REDIS_LD) -o $@ $^ $(FINAL_LIBS)
|
$(REDIS_LD) -o $@ $^ $(FINAL_LIBS)
|
||||||
|
|
||||||
dict-benchmark: dict.c zmalloc.c sds.c
|
dict-benchmark: dict.c zmalloc.c sds.c siphash.c
|
||||||
$(REDIS_CC) $(FINAL_CFLAGS) dict.c zmalloc.c sds.c siphash.c -D DICT_BENCHMARK_MAIN -o dict-benchmark
|
$(REDIS_CC) $(FINAL_CFLAGS) $^ -D DICT_BENCHMARK_MAIN -o $@ $(FINAL_LIBS)
|
||||||
|
|
||||||
# Because the jemalloc.h header is generated as a part of the jemalloc build,
|
# Because the jemalloc.h header is generated as a part of the jemalloc build,
|
||||||
# building it should complete before building any other object. Instead of
|
# building it should complete before building any other object. Instead of
|
||||||
|
Loading…
x
Reference in New Issue
Block a user