Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix linker coded values
  • Loading branch information
Valery Piashchynski committed Feb 11, 2020
commit 6245e18258eccc0fe53725492303669005eae64a
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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