mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Strip bins, remove verbose from cargo flags
This commit is contained in:
parent
d41054cda3
commit
f500e01a66
@ -1,6 +1,2 @@
|
||||
[target.x86_64-unknown-redox]
|
||||
linker = "libc-artifacts/gcc.sh"
|
||||
rustflags = [
|
||||
"--verbose",
|
||||
"-Z", "print-link-args"
|
||||
]
|
||||
|
||||
2
cook.sh
2
cook.sh
@ -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
|
||||
Loading…
Reference in New Issue
Block a user