Skip to content

Commit

Permalink
build: dump assembly from profiling build
Browse files Browse the repository at this point in the history
Signed-off-by: He Xian <hexian000@outlook.com>
  • Loading branch information
hexian000 committed Dec 30, 2024
1 parent cd333f6 commit d0429b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions m.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ case "$1" in
CGO_ENABLED=0 \
go build ${GOFLAGS} -gcflags "${GCFLAGS}" -ldflags "${LDFLAGS}" \
-o "${OUTDIR}/" "${PACKAGE}"
(cd "${OUTDIR}" && go tool objdump -S tlswrapper >tlswrapper.S)
ls -lh "${OUTDIR}/"
;;
"r")
Expand Down

0 comments on commit d0429b4

Please sign in to comment.