Skip to content

Commit 36c083b

Browse files
committed
Options fix from erickt.
1 parent fa75703 commit 36c083b

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
@@ -228,7 +228,7 @@ fn main(vec[str] args) {
228228
optflag("ls"), optflag("parse-only"),
229229
optflag("O"), optopt("OptLevel"),
230230
optflag("shared"), optmulti("L"),
231-
optflag("S"), optflag("c"), optopt("o"), optopt("g"),
231+
optflag("S"), optflag("c"), optopt("o"), optflag("g"),
232232
optflag("save-temps"), optopt("sysroot"),
233233
optflag("stats"),
234234
optflag("time-passes"), optflag("time-llvm-passes"),

0 commit comments

Comments
 (0)