Use GOCC fork for performance improvement (#1934)

* Use GOCC fork for performance improvement

* fix versions
This commit is contained in:
John Kerl 2026-01-10 16:48:53 -05:00 committed by GitHub
parent 4ce21e998b
commit eb972e19eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 21 additions and 66 deletions

View file

@ -27,8 +27,8 @@ if [ $# -eq 1 ]; then
fi
fi
# Build the bin/gocc executable:
go install github.com/goccmack/gocc
# Build the bin/gocc executable (use my fork for performance):
go install github.com/johnkerl/gocc
go mod tidy
bingocc="$HOME/go/bin/gocc"
if [ ! -x "$bingocc" ]; then