ld: elide the Go symbol table when using -s

R=rsc, n13m3y3r, gustavo
CC=golang-dev
https://golang.org/cl/4661050
This commit is contained in:
Anthony Martin 2011-06-27 14:39:38 -04:00 committed by Russ Cox
parent 5f84559e3a
commit 10d0dffd76

View File

@ -372,5 +372,7 @@ symtab(void)
}
}
if(debug['s'])
return;
genasmsym(putsymb);
}