all: enable WITH_VALGRIND by default

This commit is contained in:
Markus F.X.J. Oberhumer
2023-01-13 22:20:18 +01:00
parent e1b5904196
commit 44049ecf30
2 changed files with 8 additions and 2 deletions
+3
View File
@@ -144,6 +144,9 @@ endif
ifeq ($(wildcard ./vendor/ucl/include/.),)
$(error ERROR: missing git submodule; run 'git submodule update --init')
endif
ifeq ($(wildcard ./vendor/valgrind/include/.),)
$(error ERROR: missing git submodule; run 'git submodule update --init')
endif
ifeq ($(wildcard ./vendor/zlib/crc32.c),)
$(error ERROR: missing git submodule; run 'git submodule update --init')
endif