remove unused flag (thanks lht)

This commit is contained in:
Niko Matsakis 2011-11-16 21:42:22 -08:00
parent 99c421f01d
commit bfc81352aa
1 changed files with 1 additions and 1 deletions

View File

@ -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")];
}