5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-09-19 00:59:37 +00:00

Don't strip debug builds

This commit is contained in:
Neil Alexander 2019-07-29 23:50:00 +01:00
parent 750a79eb09
commit cafa20074c
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944

4
build
View File

@ -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