rustc: Make -g not take an argument

This commit is contained in:
Patrick Walton 2011-05-10 17:48:33 -07:00
parent 46886b2339
commit 7da9101e11

View file

@ -208,7 +208,7 @@ fn main(vec[str] args) {
optflag("glue"),
optflag("pretty"), optflag("ls"), optflag("parse-only"),
optflag("O"), 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("time-passes"), optflag("time-llvm-passes"),
optflag("no-typestate"), optflag("noverify"));