Build debug symbols in release build

This commit is contained in:
Ming Ming 2022-05-21 23:13:52 +08:00
parent b77df01a85
commit 9d51b2d40e

View file

@ -49,6 +49,7 @@ android {
// TODO: Add your own signing config for the release build.
// Signing with the debug keys for now, so `flutter run --release` works.
// signingConfig signingConfigs.debug
ndk.debugSymbolLevel "symbol_table"
}
}