Searched refs:HAVE_LZMA (Results 1 – 3 of 3) sorted by relevance
304 …$(MAKE) test CC=clang MOREFLAGS="-g -fsanitize=memory -fno-omit-frame-pointer -Werror" HAVE_LZMA=0…307 …y -fno-omit-frame-pointer -Werror" FUZZER_FLAGS=--no-big-tests $(MAKE) -C $(TESTDIR) HAVE_LZMA=0 $*
163 HAVE_LZMA := $(shell printf '$(NUM_SYMBOL)include <lzma.h>\nint main(void) { return 0; }' > have_lz… macro164 ifeq ($(HAVE_LZMA), 1)
48 It's possible to disable `.xz` and `.lzma` support, by setting `HAVE_LZMA=0`.49 Example : `make zstd HAVE_LZMA=0`50 It's also possible to force compilation with lzma support, using `HAVE_LZMA=1`.