We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aae6fc commit 717a756Copy full SHA for 717a756
Makefile
@@ -4,6 +4,8 @@ PROJECT ?= algernon
4
5
GOBUILD := go build -mod=vendor -v
6
7
+GOEXPERIMENT := greenteagc
8
+
9
# macOS and FreeBSD detection
10
UNAME_S := $(shell uname -s)
11
ifeq ($(UNAME_S),Darwin)
release.sh
@@ -8,6 +8,7 @@ echo "Version $version"
export GOBUILD=( go build -mod=vendor -trimpath -ldflags "-w -s" -a -o )
export CGO_ENABLED=0
+export GOEXPERIMENT=greenteagc
12
13
echo 'Compiling...'
14
echo '* Linux x86_64'
0 commit comments