mirror of
https://github.com/golang/go
synced 2024-11-14 08:30:25 -07:00
8l: suppress emitting DWARF in Windows PE.
Fixes #1064. R=rsc, lvd, vcc CC=golang-dev https://golang.org/cl/2104042
This commit is contained in:
parent
1331084c3d
commit
b05679cdd6
@ -651,7 +651,7 @@ asmb(void)
|
|||||||
lputl(symsize);
|
lputl(symsize);
|
||||||
lputl(lcsize);
|
lputl(lcsize);
|
||||||
cflush();
|
cflush();
|
||||||
if(!debug['s']) {
|
if(HEADTYPE != 10 && !debug['s']) {
|
||||||
seek(cout, symo+8+symsize+lcsize, 0);
|
seek(cout, symo+8+symsize+lcsize, 0);
|
||||||
if(debug['v'])
|
if(debug['v'])
|
||||||
Bprint(&bso, "%5.2f dwarf\n", cputime());
|
Bprint(&bso, "%5.2f dwarf\n", cputime());
|
||||||
|
Loading…
Reference in New Issue
Block a user