summaryrefslogtreecommitdiffstats
path: root/programs/Makefile
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2014-06-11 21:02:46 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2014-06-11 21:02:46 (GMT)
commit1c5a6304a2ab4d8b8d3f30cc371df10e537431ae (patch)
treee6b4060deaecd82844e6ccc95be182f3ce7cc1f6 /programs/Makefile
parent0c62103105143eaaf0fa5caae09e65318063a417 (diff)
downloadlz4-1c5a6304a2ab4d8b8d3f30cc371df10e537431ae.zip
lz4-1c5a6304a2ab4d8b8d3f30cc371df10e537431ae.tar.gz
lz4-1c5a6304a2ab4d8b8d3f30cc371df10e537431ae.tar.bz2
CLI : can select compression level > 9
Diffstat (limited to 'programs/Makefile')
-rw-r--r--programs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/programs/Makefile b/programs/Makefile
index 35bfd06..811dda2 100644
--- a/programs/Makefile
+++ b/programs/Makefile
@@ -165,6 +165,6 @@ test-mem: lz4 datagen
rm tmp
test-mem32: lz4c32 datagen
-# unfortunately, valgrind doesn't work with non-native binary. If someone knows how to valgrind-test a 32-bits exe on a 64-bits system...
+# unfortunately, valgrind doesn't seem to work with non-native binary. If someone knows how to do a valgrind-test on a 32-bits exe with a 64-bits system...
endif