aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--justfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile
index 748cd42..c3b0a9b 100644
--- a/justfile
+++ b/justfile
@@ -18,4 +18,4 @@ clean-network:
podman network rm db
build:
- go build .
+ go build -ldflags "-s" .