diff options
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |