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

Keep unstripped executables in the target directory

parent eb2a044d
No related branches found
No related tags found
No related merge requests found
......@@ -191,8 +191,7 @@ function op {
mkdir -p "../stage/$BINDIR"
for bin in $bins
do
cp -v "$bin" "../stage/$BINDIR/$(basename $bin)"
strip -v "../stage/$BINDIR/$(basename $bin)"
strip -v "$bin" -o "../stage/$BINDIR/$(basename $bin)"
done
fi
fi
......
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