summaryrefslogtreecommitdiffstats
path: root/programs/Makefile
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2014-08-31 22:14:20 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2014-08-31 22:14:20 (GMT)
commit2f33c77d53793cc025ed9484870c9a2b0c879261 (patch)
tree8054dbc93d70ae63944f70d6938cbd116d883765 /programs/Makefile
parentf66721d303a6141797ee1e04067a007aa0392daf (diff)
downloadlz4-2f33c77d53793cc025ed9484870c9a2b0c879261.zip
lz4-2f33c77d53793cc025ed9484870c9a2b0c879261.tar.gz
lz4-2f33c77d53793cc025ed9484870c9a2b0c879261.tar.bz2
upgraded lz4frame compression tests
Diffstat (limited to 'programs/Makefile')
-rw-r--r--programs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/programs/Makefile b/programs/Makefile
index 441d538..21c7514 100644
--- a/programs/Makefile
+++ b/programs/Makefile
@@ -36,7 +36,7 @@ DESTDIR?=
PREFIX ?= /usr
CC := $(CC)
CFLAGS ?= -O3
-CFLAGS += -std=c99 -Wall -Wextra -Wundef -Wshadow -Wstrict-prototypes -Wpedantic -DLZ4_VERSION=\"$(RELEASE)\"
+CFLAGS += -std=c99 -Wall -Wextra -Wundef -Wshadow -Wstrict-prototypes -DLZ4_VERSION=\"$(RELEASE)\"
FLAGS = -I.. $(CPPFLAGS) $(CFLAGS) $(LDFLAGS)
BINDIR=$(PREFIX)/bin