New : Zstandard Frame format specification

This commit is contained in:
Yann Collet
2016-06-30 15:40:28 +02:00
parent c093208ab8
commit c35cd5b1db
2 changed files with 351 additions and 1 deletions
+4 -1
View File
@@ -168,6 +168,9 @@ bmix32test: clean
bmi32test: clean
CFLAGS="-O3 -mbmi -m32 -Werror" $(MAKE) -C $(PRGDIR) test
staticAnalyze: clean
CPPFLAGS=-g scan-build --status-bugs -v $(MAKE) all
endif
@@ -187,7 +190,7 @@ gcc5install:
gcc6install:
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
sudo apt-get update -y -qq
sudo apt-get update -y -qq
sudo apt-get install -y -qq gcc-6-multilib
arminstall: clean