added ability to remove error messages and dictionary support (#1975)

for the benefit of smaller binary.
This commit is contained in:
Yann Collet
2020-01-27 11:39:29 -08:00
committed by GitHub
parent 5bcd6448b6
commit 9a71d07aa4
4 changed files with 147 additions and 120 deletions
+1 -2
View File
@@ -36,7 +36,7 @@ harness: $(HARNESS_FILES)
$(CC) $(FLAGS) $^ -o $@
clean:
@$(RM) harness
@$(RM) harness *.o
@$(RM) -rf harness.dSYM # MacOS specific
test: harness
@@ -59,4 +59,3 @@ test: harness
@./harness tmp.zst tmp dictionary
@$(DIFF) -s tmp README.md
@$(RM) tmp* dictionary
@$(MAKE) clean