5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-11-10 02:50:27 +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

2
build
View File

@ -26,8 +26,10 @@ do
done done
if [ -z $TABLES ]; then if [ -z $TABLES ]; then
if [ "$ARGS" == "${ARGS/-tags debug/}" ]; then
LDFLAGS="$LDFLAGS -s -w" LDFLAGS="$LDFLAGS -s -w"
fi fi
fi
if [ $IOS ]; then if [ $IOS ]; then
echo "Building framework for iOS" echo "Building framework for iOS"