Skip to content

Commit 9ea5edf

Browse files
committed
Disable the green tea garbage collector experiment
(slightly worse performance)
1 parent 2378ee4 commit 9ea5edf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PROJECT ?= algernon
44

55
GOBUILD := go build -mod=vendor -v
66

7-
GOEXPERIMENT := greenteagc
7+
#GOEXPERIMENT := greenteagc
88

99
# macOS and FreeBSD detection
1010
UNAME_S := $(shell uname -s)

release.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ echo "Version $version"
88

99
export GOBUILD=( go build -mod=vendor -trimpath -ldflags "-w -s" -a -o )
1010
export CGO_ENABLED=0
11-
export GOEXPERIMENT=greenteagc
11+
12+
#export GOEXPERIMENT=greenteagc
1213

1314
echo 'Compiling...'
1415
echo '* Linux x86_64'

0 commit comments

Comments
 (0)