Strip bins, remove verbose from cargo flags

This commit is contained in:
Jeremy Soller 2017-01-09 17:07:13 -07:00
parent d41054cda3
commit f500e01a66
3 changed files with 2 additions and 6 deletions

View File

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

View File

@ -116,7 +116,7 @@ function op {
for bin in $bins
do
cp -v "$bin" "../stage/$BINDIR/$(basename $bin)"
#strip -v "../stage/$BINDIR/$(basename $bin)"
strip -v "../stage/$BINDIR/$(basename $bin)"
done
fi
fi

@ -1 +1 @@
Subproject commit 904eddf8871b42e76ee77b367bcbb2661ebe77eb
Subproject commit 8278a6252ca84ffef684bf3c371d8ab819c47ba4