Commit 10d0dffd authored by Anthony Martin's avatar Anthony Martin Committed by Russ Cox

ld: elide the Go symbol table when using -s

R=rsc, n13m3y3r, gustavo
CC=golang-dev
https://golang.org/cl/4661050
parent 5f84559e
......@@ -372,5 +372,7 @@ symtab(void)
}
}
if(debug['s'])
return;
genasmsym(putsymb);
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment