static debug build

This commit is contained in:
Jaquee 2017-05-30 18:29:26 +02:00
parent 009362451d
commit 50b9281865

View file

@ -108,6 +108,7 @@ elif [ "$BUILD_TYPE" == "debug-android" ]; then
elif [ "$BUILD_TYPE" == "debug" ]; then elif [ "$BUILD_TYPE" == "debug" ]; then
echo "Building libwallet debug" echo "Building libwallet debug"
CMAKE_BUILD_TYPE=Debug CMAKE_BUILD_TYPE=Debug
STATIC=true
else else
echo "Valid build types are release, release-static, release-android, debug-android and debug" echo "Valid build types are release, release-static, release-android, debug-android and debug"
exit 1; exit 1;