mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:06:41 +00:00
chore(golang): remove MallocNanoZone fix
Go 1.17.6 fixes the Monteray -race issue.
This commit is contained in:
3
zshenv
3
zshenv
@@ -33,9 +33,6 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
if [ -f "/etc/zshenv" ]; then
|
||||
source "/etc/zshenv"
|
||||
fi
|
||||
|
||||
# Fix Go race detector issues: https://github.com/golang/go/issues/49138
|
||||
export MallocNanoZone=0
|
||||
fi
|
||||
|
||||
# ==============================================================================
|
||||
|
||||
Reference in New Issue
Block a user