mirror of
https://github.com/golang/go
synced 2024-11-19 12:34:47 -07:00
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:
parent
5f84559e3a
commit
10d0dffd76
@ -372,5 +372,7 @@ symtab(void)
|
||||
}
|
||||
}
|
||||
|
||||
if(debug['s'])
|
||||
return;
|
||||
genasmsym(putsymb);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user