Fix GOFLAGS

This commit is contained in:
2025-05-29 18:46:30 -04:00
parent e244bb67bf
commit 2f7bf8ae47
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ export RUSTUP_HOME="$XDG_DATA_HOME"/rustup
# GO SETTINGS
export GOPATH="$XDG_DATA_HOME"/go
export CGO_ENABLED=1
export GOFLAGS="-trimpath -ldflags='-s -w' -buildvcs=false"
export GOFLAGS='-trimpath "-ldflags=-s -w" -buildvcs=false'
#export GOAMD64=v3
# PROTON SETTINGS