Skip to content

Commit

Permalink
build: keep default build optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
hexian000 committed Nov 4, 2023
1 parent 5bf682a commit 5fba6d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ msan)
ls -lh "${OUT}"
;;
*)
GCFLAGS="${GCFLAGS} -N -l"
set -x
CGO_ENABLED=0 \
nice go build ${GOFLAGS} -gcflags "${GCFLAGS}" -ldflags "${LDFLAGS}" \
Expand Down

0 comments on commit 5fba6d8

Please sign in to comment.