mirror of
https://github.com/facebook/zstd.git
synced 2025-11-08 00:22:15 -05:00
zstd binary, when compiled from /tests, enables debug mode
adds ZSTD_DEBUG=1 and -g
This commit is contained in:
parent
e28305fcca
commit
e9dc0ab884
@ -76,16 +76,16 @@ allnothread: fullbench fuzzer paramgrill datagen decodecorpus
|
|||||||
dll: fuzzer-dll zstreamtest-dll
|
dll: fuzzer-dll zstreamtest-dll
|
||||||
|
|
||||||
zstd:
|
zstd:
|
||||||
$(MAKE) -C $(PRGDIR) $@
|
$(MAKE) -C $(PRGDIR) $@ MOREFLAGS="$(DEBUGFLAGS)"
|
||||||
|
|
||||||
zstd32:
|
zstd32:
|
||||||
$(MAKE) -C $(PRGDIR) $@
|
$(MAKE) -C $(PRGDIR) $@ MOREFLAGS="$(DEBUGFLAGS)"
|
||||||
|
|
||||||
zstd-nolegacy:
|
zstd-nolegacy:
|
||||||
$(MAKE) -C $(PRGDIR) $@
|
$(MAKE) -C $(PRGDIR) $@ MOREFLAGS="$(DEBUGFLAGS)"
|
||||||
|
|
||||||
gzstd:
|
gzstd:
|
||||||
$(MAKE) -C $(PRGDIR) zstd HAVE_ZLIB=1
|
$(MAKE) -C $(PRGDIR) zstd HAVE_ZLIB=1 MOREFLAGS="$(DEBUGFLAGS)"
|
||||||
|
|
||||||
fullbench32: CPPFLAGS += -m32
|
fullbench32: CPPFLAGS += -m32
|
||||||
fullbench fullbench32 : CPPFLAGS += $(MULTITHREAD_CPP)
|
fullbench fullbench32 : CPPFLAGS += $(MULTITHREAD_CPP)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user