Remove verbose from cargo config
This commit is contained in:
parent
9068b9dcf2
commit
8e78f80c95
|
@ -1,6 +1,3 @@
|
|||
[target.x86_64-unknown-redox]
|
||||
linker = "libc-artifacts/gcc.sh"
|
||||
rustflags = [
|
||||
"--verbose",
|
||||
"-Z", "print-link-args"
|
||||
]
|
||||
rustflags = []
|
||||
|
|
Loading…
Reference in a new issue