mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-05 03:56:46 +00:00
Don't strip binaries in static.sh (#11832) ##build
This commit is contained in:
parent
0a699f60e1
commit
0e62aee601
@ -7,12 +7,6 @@ MAKE=make
|
||||
gmake --help >/dev/null 2>&1
|
||||
[ $? = 0 ] && MAKE=gmake
|
||||
|
||||
if [ `uname` = Darwin ]; then
|
||||
STRIP="strip"
|
||||
else
|
||||
STRIP="strip -s"
|
||||
fi
|
||||
|
||||
# find root
|
||||
cd "$(dirname "$PWD/$0")" ; cd ..
|
||||
|
||||
@ -48,7 +42,6 @@ for a in ${BINS} ; do
|
||||
${MAKE} clean
|
||||
#LDFLAGS=-static ${MAKE} -j2
|
||||
${MAKE} -j4 || exit 1
|
||||
${STRIP} $a
|
||||
)
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user