mirror of
https://github.com/golang/go
synced 2024-11-19 06:24:41 -07:00
cmd/cc, cmd/gc: set ctxt->debugvlog with debug['v']
LGTM=rsc R=rsc, iant CC=golang-codereviews https://golang.org/cl/118610043
This commit is contained in:
parent
45bd2f8c45
commit
ae027f52fe
@ -203,6 +203,7 @@ main(int argc, char *argv[])
|
||||
|
||||
flagparse(&argc, &argv, usage);
|
||||
ctxt->debugasm = debug['S'];
|
||||
ctxt->debugvlog = debug['v'];
|
||||
|
||||
if(argc < 1 && outfile == 0)
|
||||
usage();
|
||||
|
@ -319,6 +319,7 @@ main(int argc, char *argv[])
|
||||
|
||||
flagparse(&argc, &argv, usage);
|
||||
ctxt->debugasm = debug['S'];
|
||||
ctxt->debugvlog = debug['v'];
|
||||
|
||||
if(argc < 1)
|
||||
usage();
|
||||
|
Loading…
Reference in New Issue
Block a user