Skip to content
Snippets Groups Projects
Commit 84146ac3 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Strip bins

parent 849f4630
No related branches found
No related tags found
No related merge requests found
...@@ -46,6 +46,7 @@ function op { ...@@ -46,6 +46,7 @@ function op {
pushd build > /dev/null pushd build > /dev/null
#TODO xargo install --root "../stage" $CARGOFLAGS #TODO xargo install --root "../stage" $CARGOFLAGS
cp -v $(find target/x86_64-unknown-redox/debug/ -maxdepth 1 -type f ! -name "*.*") ../stage/bin cp -v $(find target/x86_64-unknown-redox/debug/ -maxdepth 1 -type f ! -name "*.*") ../stage/bin
strip -v stage/bin/*
popd > /dev/null popd > /dev/null
;; ;;
unstage) unstage)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment