Skip to content

Commit

Permalink
oops, forgot strip
Browse files Browse the repository at this point in the history
  • Loading branch information
songdongsheng committed Feb 18, 2019
1 parent 036ac13 commit b29c01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/docker-build-linux-amd64-musl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ apk add gcc musl-dev
cd /opt/
gcc -std=gnu99 -Os -Wall -Wextra -pedantic -o su-exec-musl-static su-exec.c -static
gcc -std=gnu99 -Os -Wall -Wextra -pedantic -s -o su-exec-musl-static su-exec.c -static
gcc -std=gnu99 -Os -Wall -Wextra -pedantic -s -o su-exec-musl-shared su-exec.c
du -ks su-exec-musl-*
Expand Down

0 comments on commit b29c01b

Please sign in to comment.