Remove verbose from cargo config
This commit is contained in:
parent
9068b9dcf2
commit
8e78f80c95
|
@ -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"
|
|
||||||
]
|
|
||||||
|
|
Loading…
Reference in a new issue