We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d04be17 + 651547c commit 962a075Copy full SHA for 962a075
1 file changed
Binary_Modules/build.sh
@@ -6,7 +6,7 @@ for dir in $(ls -F | grep '/' | grep -v -E "$exception_dirs"); do
6
7
expected_bin_name=$(pwd | sed -e 's/.*\///')
8
9
- go build ${expected_bin_name}.go
+ go build -ldflags "-s -w" ${expected_bin_name}.go
10
if [ "$?" != "0" ];then
11
exit 1
12
fi
0 commit comments