Remove verbose from cargo config

This commit is contained in:
Jeremy Soller 2017-01-09 21:06:38 -07:00
parent 9068b9dcf2
commit 8e78f80c95

View file

@ -1,6 +1,3 @@
[target.x86_64-unknown-redox] [target.x86_64-unknown-redox]
linker = "libc-artifacts/gcc.sh" linker = "libc-artifacts/gcc.sh"
rustflags = [ rustflags = []
"--verbose",
"-Z", "print-link-args"
]