don't enable tls or tor in `make debug`

pull/22/head
chris west 4 years ago
parent 993ce83800
commit 537aa7fbbd

@ -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

Loading…
Cancel
Save