diff --git a/.cargo/config b/.cargo/config index 4336324..f9f6b98 100644 --- a/.cargo/config +++ b/.cargo/config @@ -1,6 +1,3 @@ [target.x86_64-unknown-redox] linker = "libc-artifacts/gcc.sh" -rustflags = [ - "--verbose", - "-Z", "print-link-args" -] +rustflags = []