mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-07 16:43:42 +02:00
static debug build
This commit is contained in:
parent
009362451d
commit
50b9281865
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user