Merge pull request #751

50b9281 static debug build
pull/2/head
luigi1111 7 years ago
commit d5d59b5dc6
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

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