Skip to content

Commit 7da9101

Browse files
committed
rustc: Make -g not take an argument
1 parent 46886b2 commit 7da9101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/comp/driver/rustc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ fn main(vec[str] args) {
208208
optflag("glue"),
209209
optflag("pretty"), optflag("ls"), optflag("parse-only"),
210210
optflag("O"), optflag("shared"), optmulti("L"),
211-
optflag("S"), optflag("c"), optopt("o"), optopt("g"),
211+
optflag("S"), optflag("c"), optopt("o"), optflag("g"),
212212
optflag("save-temps"), optopt("sysroot"),
213213
optflag("time-passes"), optflag("time-llvm-passes"),
214214
optflag("no-typestate"), optflag("noverify"));

0 commit comments

Comments
 (0)