Searched refs:HAVE_LZ4 (Results 1 – 2 of 2) sorted by relevance
101 HAVE_LZ4 ?= $(shell printf '$(NUM_SYMBOL)include <lz4frame.h>\n$(NUM_SYMBOL)include <lz4.h>\nint ma… macro102 ifeq ($(HAVE_LZ4), 1)
58 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`.