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:
parent
750a79eb09
commit
cafa20074c
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user