Skip to content

Commit

Permalink
optimized build flags
Browse files Browse the repository at this point in the history
  • Loading branch information
LockBlock-dev committed Mar 14, 2023
1 parent 415e669 commit 8a45ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

# Build the binary outside src
cd src
go build -o ..
go build -ldflags "-s -w" -o ..
cd ..

0 comments on commit 8a45ba0

Please sign in to comment.