diff options
| author | Eric Biggers <ebiggers@google.com> | 2021-12-21 10:29:35 -0600 |
|---|---|---|
| committer | Eric Biggers <ebiggers@google.com> | 2021-12-21 13:01:00 -0600 |
| commit | 56ef606f664f11ea2fc1788f726265e5db5fa791 (patch) | |
| tree | d6c3c681b03d4f3b450004696b08667cfdb41ab9 /Makefile | |
| parent | dce50d2a55525ec1309fd60a3c240d243d5f7145 (diff) | |
debugsshd-bug-workaround
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ CFLAGS := -O2 -Wall # Pass CFLAGS to each cgo invocation. export CGO_CFLAGS = $(CFLAGS) # By default, we strip the binary to reduce size. -GO_LINK_FLAGS := -s -w +GO_LINK_FLAGS := # Flag to embed the version (pulled from tags) into the binary. TAG_VERSION := $(shell git describe --tags) |