mirror of
https://github.com/golang/go
synced 2024-11-18 18:04:46 -07:00
cmd/8l: fix build
TBR=golang-dev CC=golang-dev https://golang.org/cl/7241061
This commit is contained in:
parent
193ff39ac9
commit
ca727f1116
@ -114,7 +114,7 @@ main(int argc, char *argv[])
|
|||||||
flagcount("d", "disable dynamic executable", &debug['d']);
|
flagcount("d", "disable dynamic executable", &debug['d']);
|
||||||
flagcount("f", "ignore version mismatch", &debug['f']);
|
flagcount("f", "ignore version mismatch", &debug['f']);
|
||||||
flagcount("g", "disable go package data checks", &debug['g']);
|
flagcount("g", "disable go package data checks", &debug['g']);
|
||||||
flagcount("hostobj", "generate host object file", &hostobj);
|
flagcount("hostobj", "generate host object file", &isobj);
|
||||||
flagstr("k", "sym: set field tracking symbol", &tracksym);
|
flagstr("k", "sym: set field tracking symbol", &tracksym);
|
||||||
flagstr("o", "outfile: set output file", &outfile);
|
flagstr("o", "outfile: set output file", &outfile);
|
||||||
flagcount("p", "insert profiling code", &debug['p']);
|
flagcount("p", "insert profiling code", &debug['p']);
|
||||||
|
Loading…
Reference in New Issue
Block a user