Searched refs:HAVE_LZMA (Results 1 – 3 of 3) sorted by relevance
90 HAVE_LZMA ?= $(shell printf '$(NUM_SYMBOL)include <lzma.h>\nint main(void) { return 0; }' > have_lz… macro91 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`.
318 …$(MAKE) test CC=clang MOREFLAGS="-g -fsanitize=memory -fno-omit-frame-pointer -Werror" HAVE_LZMA=0…321 …y -fno-omit-frame-pointer -Werror" FUZZER_FLAGS=--no-big-tests $(MAKE) -C $(TESTDIR) HAVE_LZMA=0 $*