mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-27 21:55:07 +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
|
||||
|
||||
if [ -z $TABLES ]; then
|
||||
LDFLAGS="$LDFLAGS -s -w"
|
||||
if [ "$ARGS" == "${ARGS/-tags debug/}" ]; then
|
||||
LDFLAGS="$LDFLAGS -s -w"
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ $IOS ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue