The source project of this merge request has been removed.
Android: default to RelWithDebInfo
Current behavior in android.toolchain.cmake:
The thumb -Oz
is mostly a historical setting that we can ignore here. Other than that it is basically RelWithDebInfo.
So the question is: does cmake also want to default to RelWithDebInfo? I guess it may break someone's workflow. But it makes the behavior more consistent between the two...