mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2025-07-31 13:33:44 +00:00
Don't strip debug builds
This commit is contained in:
2
build
2
build
@@ -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"
|
||||||
|
Reference in New Issue
Block a user