mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
remove unused flag (thanks lht)
This commit is contained in:
parent
99c421f01d
commit
bfc81352aa
@ -456,7 +456,7 @@ fn opts() -> [getopts::opt] {
|
||||
optflag("noverify"),
|
||||
optmulti("cfg"), optflag("test"),
|
||||
optflag("lib"), optflag("static"), optflag("gc"),
|
||||
optflag("stack-growth"), optflag("check-unsafe"),
|
||||
optflag("stack-growth"),
|
||||
optflag("no-asm-comments")];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user