From: inikep Date: Mon, 26 Sep 2016 20:24:04 +0000 (+0200) Subject: updated zlibWrapper\Makefile X-Git-Tag: v1.1.0~3^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad468ab25c4fc823a2f012c29e94c2a4f7cea8c3;p=thirdparty%2Fzstd.git updated zlibWrapper\Makefile --- diff --git a/zlibWrapper/Makefile b/zlibWrapper/Makefile index 07a2490c0..42a8d32d5 100644 --- a/zlibWrapper/Makefile +++ b/zlibWrapper/Makefile @@ -16,7 +16,7 @@ EXAMPLE_PATH = examples PROGRAMS_PATH = ../programs CC ?= gcc CFLAGS ?= -O3 -CFLAGS += $(LOC) -I$(PROGRAMS_PATH) -I$(ZSTDLIBDIR) -I$(ZSTDLIBDIR)/common -I$(ZLIBWRAPPER_PATH) -std=gnu90 +CFLAGS += $(LOC) -I$(PROGRAMS_PATH) -I$(ZSTDLIBDIR) -I$(ZSTDLIBDIR)/common -I$(ZLIBWRAPPER_PATH) -std=gnu99 CFLAGS += -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef LDFLAGS = $(LOC) RM = rm -f @@ -31,7 +31,7 @@ test: example fitblk example_zstd fitblk_zstd zwrapbench ./fitblk 40960 <../zstd_compression_format.md ./fitblk_zstd 10240 <../zstd_compression_format.md ./fitblk_zstd 40960 <../zstd_compression_format.md - ./zwrapbench -qb1e5B1K ../zstd_compression_format.md + ./zwrapbench -qb3B1K ../zstd_compression_format.md ./zwrapbench -qb1e5r ../lib ../programs ../tests #valgrindTest: ZSTDLIBRARY = $(ZSTDLIBDIR)/libzstd.so @@ -44,7 +44,7 @@ valgrindTest: clean example fitblk example_zstd fitblk_zstd zwrapbench $(VALGRIND) ./fitblk 40960 <../zstd_compression_format.md $(VALGRIND) ./fitblk_zstd 10240 <../zstd_compression_format.md $(VALGRIND) ./fitblk_zstd 40960 <../zstd_compression_format.md - $(VALGRIND) ./zwrapbench -qb1e5B1K ../zstd_compression_format.md + $(VALGRIND) ./zwrapbench -qb3B1K ../zstd_compression_format.md $(VALGRIND) ./zwrapbench -qb1e5 ../lib ../programs ../tests .c.o: