aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2025-10-09 21:30:25 +0200
committerAnhgelus Morhtuuzh <william@herges.fr>2025-10-09 21:30:25 +0200
commita328c7e456adf91cf28ee00e9af52c725f520ec5 (patch)
tree45275cde48a46568d771e9315f44dbe16327b3c4
parent6c86613b9d77a21856fba225e65ba740159e82a1 (diff)
build(just): reduce bin size
-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" .