mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 06:46:22 +01:00
Build debug symbols in release build
This commit is contained in:
parent
b77df01a85
commit
9d51b2d40e
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue