diff --git a/Makefile b/Makefile index 24dedd030..564a81903 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,8 @@ BUILD_SYSTEM_DIR := vendor/nimbus-build-system # -d:chronicles_colors:none - Necessary to disable colors in logs for Docker DOCKER_IMAGE_NIM_PARAMS ?= -d:chronicles_colors:none -d:insecure +EXCLUDED_NIM_PACKAGES := vendor/nim-dnsdisc/vendor + LINK_PCRE := 0 # we don't want an error here, so we can handle things later, in the ".DEFAULT" target