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 2378ee4 commit 9ea5edfCopy full SHA for 9ea5edf
Makefile
@@ -4,7 +4,7 @@ PROJECT ?= algernon
4
5
GOBUILD := go build -mod=vendor -v
6
7
-GOEXPERIMENT := greenteagc
+#GOEXPERIMENT := greenteagc
8
9
# macOS and FreeBSD detection
10
UNAME_S := $(shell uname -s)
release.sh
@@ -8,7 +8,8 @@ echo "Version $version"
export GOBUILD=( go build -mod=vendor -trimpath -ldflags "-w -s" -a -o )
export CGO_ENABLED=0
11
-export GOEXPERIMENT=greenteagc
+
12
+#export GOEXPERIMENT=greenteagc
13
14
echo 'Compiling...'
15
echo '* Linux x86_64'
0 commit comments