Options fix from erickt.
This commit is contained in:
parent
fa75703700
commit
36c083b14c
1 changed files with 1 additions and 1 deletions
|
|
@ -228,7 +228,7 @@ fn main(vec[str] args) {
|
|||
optflag("ls"), optflag("parse-only"),
|
||||
optflag("O"), optopt("OptLevel"),
|
||||
optflag("shared"), optmulti("L"),
|
||||
optflag("S"), optflag("c"), optopt("o"), optopt("g"),
|
||||
optflag("S"), optflag("c"), optopt("o"), optflag("g"),
|
||||
optflag("save-temps"), optopt("sysroot"),
|
||||
optflag("stats"),
|
||||
optflag("time-passes"), optflag("time-llvm-passes"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue