diff options
Diffstat (limited to 'patches')
-rw-r--r-- | patches/zstd-1.3.4.local.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/patches/zstd-1.3.4.local.patch b/patches/zstd-1.3.4.local.patch new file mode 100644 index 00000000..10723d67 --- /dev/null +++ b/patches/zstd-1.3.4.local.patch @@ -0,0 +1,10 @@ +--- zstd-1.3.4/programs/Makefile.orig 2018-03-26 22:19:34.000000000 +0000 ++++ zstd-1.3.4/programs/Makefile 2018-04-30 14:55:39.468000000 +0000 +@@ -38,7 +38,6 @@ + CPPFLAGS+= -I$(ZSTDDIR) -I$(ZSTDDIR)/common -I$(ZSTDDIR)/compress \ + -I$(ZSTDDIR)/dictBuilder \ + -DXXH_NAMESPACE=ZSTD_ +-CFLAGS ?= -O3 + DEBUGFLAGS+=-Wall -Wextra -Wcast-qual -Wcast-align -Wshadow \ + -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement \ + -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security \ |