Strip bins

This commit is contained in:
Jeremy Soller 2016-10-31 15:30:33 -06:00
parent 849f463033
commit 84146ac343

View File

@ -46,6 +46,7 @@ function op {
pushd build > /dev/null
#TODO xargo install --root "../stage" $CARGOFLAGS
cp -v $(find target/x86_64-unknown-redox/debug/ -maxdepth 1 -type f ! -name "*.*") ../stage/bin
strip -v stage/bin/*
popd > /dev/null
;;
unstage)