summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorCyan4973 <cyan@fb.com>2018-04-23 22:42:27 (GMT)
committerCyan4973 <cyan@fb.com>2018-04-23 22:42:27 (GMT)
commitbd06fde104c7c29b8d748dad8f27a08c328b74fe (patch)
tree7f07cf77907db58f20bd89f452d6109eb0005677 /tests
parent57cc7daf2241dc36f49ed2f42b418c6567af971c (diff)
downloadlz4-bd06fde104c7c29b8d748dad8f27a08c328b74fe.zip
lz4-bd06fde104c7c29b8d748dad8f27a08c328b74fe.tar.gz
lz4-bd06fde104c7c29b8d748dad8f27a08c328b74fe.tar.bz2
fullbench compiled without assert()
to better reflect release speed
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 2b93c9f..d4847b1 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -80,7 +80,8 @@ lz4c32: # create a 32-bits version for 32/64 interop tests
%.o : $(LZ4DIR)/%.c $(LZ4DIR)/%.h
$(CC) -c $(CFLAGS) $(CPPFLAGS) $< -o $@
-fullbench : lz4.o lz4hc.o lz4frame.o xxhash.o fullbench.c
+fullbench : DEBUGLEVEL=0
+fullbench : lz4.o lz4hc.o lz4frame.o xxhash.o fullbench.c
$(CC) $(FLAGS) $^ -o $@$(EXT)
$(LZ4DIR)/liblz4.a: