redox/.cargo/config

7 lines
124 B
Plaintext
Raw Normal View History

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