1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-02 00:10:22 +02:00

Another attempt to make debug symbols show up on Android

This commit is contained in:
Ivan Savenko 2023-08-05 13:35:07 +03:00
parent 8d5aff4c12
commit e6fde11282

View File

@ -240,7 +240,7 @@
"default-release" "default-release"
], ],
"cacheVariables": { "cacheVariables": {
"CMAKE_BUILD_TYPE": "Release" "CMAKE_BUILD_TYPE": "RelWithDebInfo"
} }
} }
], ],