From 928394cc326a2ce79d057b484c944943a379229f Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Mon, 27 Jun 2022 11:58:14 +0200 Subject: (makefile with run release) --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index 406230c9..33b63521 100644 --- a/Makefile +++ b/Makefile @@ -14,9 +14,15 @@ shell: run1: RUST_LOG=garage=debug ./target/debug/garage -c tmp/config.1.toml server +run1rel: + RUST_LOG=garage=debug ./target/release/garage -c tmp/config.1.toml server run2: RUST_LOG=garage=debug ./target/debug/garage -c tmp/config.2.toml server +run2rel: + RUST_LOG=garage=debug ./target/release/garage -c tmp/config.2.toml server run3: RUST_LOG=garage=debug ./target/debug/garage -c tmp/config.3.toml server +run3rel: + RUST_LOG=garage=debug ./target/release/garage -c tmp/config.3.toml server -- cgit v1.2.3