Merge pull request #2615 from terrelln/stack-space

[lib] Move some ZSTD_CCtx_params off the stack
This commit is contained in:
Nick Terrell
2021-05-05 19:43:39 -07:00
committed by GitHub
3 changed files with 42 additions and 36 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ PRGDIR = ../programs
PYTHON ?= python3
TESTARTEFACT := versionsTest
DEBUGLEVEL ?= 1
DEBUGLEVEL ?= 2
export DEBUGLEVEL # transmit value to sub-makefiles
DEBUGFLAGS = -g -DDEBUGLEVEL=$(DEBUGLEVEL)
CPPFLAGS += -I$(ZSTDDIR) -I$(ZSTDDIR)/common -I$(ZSTDDIR)/compress \