the feature flag is now to negate tls, not enable it

pull/14/head
dvkt 4 years ago
parent b07252997b
commit cafbd2ffc4

@ -19,9 +19,9 @@ clean:
# Build and strip the release version
$(PHETCH_RELEASE): $(RSFILES)
cargo build --release --features tls
cargo build --release
strip $@
# Build the debug version
$(PHETCH_DEBUG): $(RSFILES)
cargo build --features tls
cargo build

Loading…
Cancel
Save