We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19cb37f commit f4e5845Copy full SHA for f4e5845
Makefile
@@ -77,7 +77,7 @@ check: shortest
77
78
.PHONY: test shortest
79
test shortest:
80
- $(MAKE) -C $(PRGDIR) allVariants MOREFLAGS="-g -DZSTD_DEBUG=1"
+ $(MAKE) -C $(PRGDIR) allVariants MOREFLAGS+="-g -DZSTD_DEBUG=1"
81
$(MAKE) -C $(TESTDIR) $@
82
83
.PHONY: examples
tests/Makefile
@@ -98,7 +98,7 @@ zstd-nolegacy:
98
$(MAKE) -C $(PRGDIR) $@ MOREFLAGS+="$(DEBUGFLAGS)"
99
100
gzstd:
101
- $(MAKE) -C $(PRGDIR) zstd HAVE_ZLIB=1 MOREFLAGS="$(DEBUGFLAGS)"
+ $(MAKE) -C $(PRGDIR) zstd HAVE_ZLIB=1 MOREFLAGS+="$(DEBUGFLAGS)"
102
103
.PHONY:
104
zstd-dll :
0 commit comments