|
@@ -45,7 +45,7 @@ if [ -n "$(git status --porcelain)" ]; then
|
|
fi
|
|
fi
|
|
|
|
|
|
# Use these flags when compiling the tests and final binary
|
|
# Use these flags when compiling the tests and final binary
|
|
-LDFLAGS='-X main.GITCOMMIT "'$GITCOMMIT'" -X main.VERSION "'$VERSION'" -w -linkmode external -extldflags "-lpthread -static -Wl,--unresolved-symbols=ignore-in-object-files"'
|
|
|
|
|
|
+LDFLAGS='-X main.GITCOMMIT "'$GITCOMMIT'" -X main.VERSION "'$VERSION'" -w'
|
|
BUILDFLAGS='-tags netgo'
|
|
BUILDFLAGS='-tags netgo'
|
|
|
|
|
|
bundle() {
|
|
bundle() {
|