mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
ensure MOREFLAGS are not lost in root->tests Makefile invocation
This commit is contained in:
parent
19cb37f837
commit
f4e58455f6
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -77,7 +77,7 @@ check: shortest
|
|||
|
||||
.PHONY: test shortest
|
||||
test shortest:
|
||||
$(MAKE) -C $(PRGDIR) allVariants MOREFLAGS="-g -DZSTD_DEBUG=1"
|
||||
$(MAKE) -C $(PRGDIR) allVariants MOREFLAGS+="-g -DZSTD_DEBUG=1"
|
||||
$(MAKE) -C $(TESTDIR) $@
|
||||
|
||||
.PHONY: examples
|
||||
|
|
|
|||
|
|
@ -98,7 +98,7 @@ zstd-nolegacy:
|
|||
$(MAKE) -C $(PRGDIR) $@ MOREFLAGS+="$(DEBUGFLAGS)"
|
||||
|
||||
gzstd:
|
||||
$(MAKE) -C $(PRGDIR) zstd HAVE_ZLIB=1 MOREFLAGS="$(DEBUGFLAGS)"
|
||||
$(MAKE) -C $(PRGDIR) zstd HAVE_ZLIB=1 MOREFLAGS+="$(DEBUGFLAGS)"
|
||||
|
||||
.PHONY:
|
||||
zstd-dll :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue