aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2021-12-21 10:29:35 -0600
committerEric Biggers <ebiggers@google.com>2021-12-21 13:01:00 -0600
commit56ef606f664f11ea2fc1788f726265e5db5fa791 (patch)
treed6c3c681b03d4f3b450004696b08667cfdb41ab9 /Makefile
parentdce50d2a55525ec1309fd60a3c240d243d5f7145 (diff)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7c729c1..27d407a 100644
--- a/Makefile
+++ b/Makefile
@@ -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)