Skip to content

Commit

Permalink
Add unstripped binary to allow optional profiling
Browse files Browse the repository at this point in the history
  • Loading branch information
romange committed Jun 3, 2022
1 parent 89baa5b commit e806e6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ pwd

cd build-opt
ninja dragonfly && ldd dragonfly
strip dragonfly
mv dragonfly $NAME
tar cvfz $NAME.unstripped.tar.gz $NAME ../LICENSE.md
strip $NAME
tar cvfz $NAME.tar.gz $NAME ../LICENSE.md

0 comments on commit e806e6c

Please sign in to comment.