diff --git a/scripts/build b/scripts/build index 82c9f6d8..0aac6f8b 100755 --- a/scripts/build +++ b/scripts/build @@ -7,7 +7,7 @@ cd $(dirname $0)/.. mkdir -p bin if [ "$(uname)" = "Linux" ]; then - OTHER_LINKFLAGS="-extldflags -static -s" + OTHER_LINKFLAGS="-extldflags -static -s -w" fi LINKFLAGS="-X main.Version=$VERSION"