From 537aa7fbbd1d9d69d6dd0e530da262067bedd60d Mon Sep 17 00:00:00 2001 From: chris west Date: Mon, 9 Nov 2020 18:19:26 -0800 Subject: [PATCH] don't enable tls or tor in `make debug` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 34ebe6b..4b2c2cf 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ $(PHETCH_RELEASE): $(RSFILES) # Build the debug version $(PHETCH_DEBUG): $(RSFILES) - cargo build + cargo build --no-default-features # Install phetch and its manual. install: all