diff options
Diffstat (limited to 'programs/Makefile')
-rw-r--r-- | programs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/programs/Makefile b/programs/Makefile index c67fbeb..bab49f7 100644 --- a/programs/Makefile +++ b/programs/Makefile @@ -43,7 +43,7 @@ LZ4DIR := ../lib DESTDIR ?= PREFIX ?= /usr/local CFLAGS ?= -O3 # can select custom flags. For example : CFLAGS="-O2 -g" make -CFLAGS += -Wall -Wextra -Wundef -Wcast-qual -Wcast-align -Wshadow -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes # -Wstrict-aliasing=1 +CFLAGS += -Wall -Wextra -Wundef -Wcast-qual -Wcast-align -Wshadow -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes CPPFLAGS:= -I$(LZ4DIR) -DXXH_NAMESPACE=LZ4_ -DLZ4_VERSION=\"$(RELEASE)\" FLAGS := $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) |