Home
last modified time | relevance | path

Searched refs:HAVE_LZ4 (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/zstd/programs/
H A DMakefile101 HAVE_LZ4 ?= $(shell printf '$(NUM_SYMBOL)include <lz4frame.h>\n$(NUM_SYMBOL)include <lz4.h>\nint ma… macro
102 ifeq ($(HAVE_LZ4), 1)
H A DREADME.md58 It's possible to disable `.lz4` support, by setting `HAVE_LZ4=0` .
59 Example : `make zstd HAVE_LZ4=0`
60 It's also possible to force compilation with lz4 support, using `HAVE_LZ4=1`.