-
-
Save spacepluk/a36d3839bf3cefde3f04e1afd882872a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/Makefile b/Makefile | |
| index 1e0d478..94283be 100644 | |
| --- a/Makefile | |
| +++ b/Makefile | |
| @@ -1,4 +1,4 @@ | |
| -LDFLAGS := $(shell go run buildscripts/gen-ldflags.go) | |
| +LDFLAGS := $(shell go run buildscripts/gen-ldflags.go) --extldflags "-static" | |
| all: install | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment