From: Yann Collet Date: Thu, 6 Jul 2017 00:34:15 +0000 (-0700) Subject: cli : use new advanced API by default X-Git-Tag: v1.3.1^2~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3345a91964de424080ef95e97833c976edbc5666;p=thirdparty%2Fzstd.git cli : use new advanced API by default --- diff --git a/programs/Makefile b/programs/Makefile index 8b080d446..2460a091f 100644 --- a/programs/Makefile +++ b/programs/Makefile @@ -39,6 +39,7 @@ endif CPPFLAGS+= -I$(ZSTDDIR) -I$(ZSTDDIR)/common -I$(ZSTDDIR)/compress \ -I$(ZSTDDIR)/dictBuilder \ + -DZSTD_NEWAPI \ -DXXH_NAMESPACE=ZSTD_ # because xxhash.o already compiled with this macro from library CFLAGS ?= -O3 DEBUGFLAGS = -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow \