mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 14:15:06 +03:00
Don't strip debug builds
This commit is contained in:
parent
750a79eb09
commit
cafa20074c
1 changed files with 3 additions and 1 deletions
4
build
4
build
|
@ -26,7 +26,9 @@ do
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ -z $TABLES ]; then
|
if [ -z $TABLES ]; then
|
||||||
LDFLAGS="$LDFLAGS -s -w"
|
if [ "$ARGS" == "${ARGS/-tags debug/}" ]; then
|
||||||
|
LDFLAGS="$LDFLAGS -s -w"
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $IOS ]; then
|
if [ $IOS ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue