Skip to content

Commit 949341e

Browse files
committed
---
yaml --- r: 2670 b: refs/heads/master c: 36c083b h: refs/heads/master v: v3
1 parent f1132de commit 949341e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: fa75703700fdd18a6996918c27d97b2ecafe2e6d
2+
refs/heads/master: 36c083b14cde0b62c41a8488beded0527ffe4765

trunk/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)