aboutsummaryrefslogtreecommitdiff
path: root/src/comp/driver
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2011-05-10 17:48:33 -0700
committerPatrick Walton <[email protected]>2011-05-10 17:50:39 -0700
commit7da9101e110b7e320d14ab7137855c3b9febd663 (patch)
tree61982d90feebb54a8aae654749b830257500bc3e /src/comp/driver
parentAttempt to put out burning darwin tinderbox. (diff)
downloadrust-7da9101e110b7e320d14ab7137855c3b9febd663.tar.xz
rust-7da9101e110b7e320d14ab7137855c3b9febd663.zip
rustc: Make -g not take an argument
Diffstat (limited to 'src/comp/driver')
-rw-r--r--src/comp/driver/rustc.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp/driver/rustc.rs b/src/comp/driver/rustc.rs
index 9ac219e3..3e8e72c7 100644
--- a/src/comp/driver/rustc.rs
+++ b/src/comp/driver/rustc.rs
@@ -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"));