Skip to content

Commit

Permalink
Merge pull request #1158 from wking/strip-binaries
Browse files Browse the repository at this point in the history
hack/build: Strip compiled binaries
  • Loading branch information
openshift-merge-robot committed Jan 31, 2019
2 parents d3ff3af + 95b91f4 commit c69f25c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export CGO_ENABLED=0

case "${MODE}" in
release)
LDFLAGS="${LDFLAGS} -s -w"
TAGS="${TAGS} release"
if test -n "${RELEASE_IMAGE}"
then
Expand Down

0 comments on commit c69f25c

Please sign in to comment.