Add unstripped binary to allow optional profiling
This commit is contained in:
parent
89baa5bfa0
commit
e806e6ccd8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue