mirror of
https://github.com/facebook/zstd.git
synced 2024-11-27 21:36:43 +08:00
minor comments
This commit is contained in:
parent
ba92046031
commit
6c36449ef3
2
Makefile
2
Makefile
@ -120,7 +120,7 @@ asan: clean
|
||||
$(MAKE) test CC=clang MOREFLAGS="-g -fsanitize=address"
|
||||
|
||||
msan: clean
|
||||
$(MAKE) test CC=clang MOREFLAGS="-g -fsanitize=memory" # datagen.c used to fail this test for no obvious reason
|
||||
$(MAKE) test CC=clang MOREFLAGS="-g -fsanitize=memory -fno-omit-frame-pointer" # datagen.c fails this test for no obvious reason
|
||||
|
||||
asan32: clean
|
||||
$(MAKE) -C $(PRGDIR) test32 CC=clang MOREFLAGS="-g -fsanitize=address"
|
||||
|
1
NEWS
1
NEWS
@ -1,6 +1,7 @@
|
||||
v0.8.1
|
||||
Changed : -i# now selects benchmark time in second
|
||||
Fixed : ZSTD_compress* can now compress > 4 GB in a single pass, reported by Nick Terrell
|
||||
Fixed : speed regression for specific patterns (#272)
|
||||
|
||||
v0.8.0
|
||||
Improved : better speed on clang and gcc -O2, thanks to Eric Biggers
|
||||
|
Loading…
Reference in New Issue
Block a user