summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index a27da775..2ca858e2 100755
--- a/build.sh
+++ b/build.sh
@@ -45,4 +45,4 @@ if [ "$1" == "all" ]; then
exit
fi
-go build -o "$OD/rr" cmd/rr/main.go
+go build -ldflags "$LDFLAGS" -o "$OD/rr" cmd/rr/main.go