1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-29 11:21:22 +03:00

Address @terrelln's comments

This commit is contained in:
Sean Purcell
2017-04-13 17:47:55 -07:00
parent 2785b28e05
commit 9626cf1ac6
4 changed files with 109 additions and 80 deletions

View File

@ -12,7 +12,7 @@
LDFLAGS += -L../../../lib/ -lzstd
CPPFLAGS += -I../ -I../../../lib -I../../../lib/common
CFLAGS = -O3
CFLAGS ?= -O3
CFLAGS += -g
SEEKABLE_OBJS = ../zstdseek_compress.c ../zstdseek_decompress.c